JAMS Developer Guide
Query Property (HDInsightSessionHive)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionHive Class : Query Property
Specifies the query to use for the Hive job. This is used instead of a QueryFile.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the query to use for the Hive job. This is used instead of a QueryFile.")>
<System.ComponentModel.CategoryAttribute("Definition")>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property Query As System.String
'Usage
 
Dim instance As HDInsightSessionHive
Dim value As System.String
 
instance.Query = value
 
value = instance.Query
[System.ComponentModel.Description("Specifies the query to use for the Hive job. This is used instead of a QueryFile.")]
[System.ComponentModel.Category("Definition")]
[System.ComponentModel.Browsable(false)]
public System.string Query {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HDInsightSessionHive Class
HDInsightSessionHive Members