JAMS Developer Guide
QueryFile Property (HDInsightSessionPig)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionPig Class : QueryFile Property
Specifies the the query file to use for the Pig job (optional)
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the the query file to use for the Pig job (optional)")>
<System.ComponentModel.CategoryAttribute("Definition")>
Public Property QueryFile As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As HDInsightSessionPig
Dim value As System.Activities.InArgument(Of String)
 
instance.QueryFile = value
 
value = instance.QueryFile
[System.ComponentModel.Description("Specifies the the query file to use for the Pig job (optional)")]
[System.ComponentModel.Category("Definition")]
public System.Activities.InArgument<string> QueryFile {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

HDInsightSessionPig Class
HDInsightSessionPig Members