JAMS Developer Guide
Arguments Property (HDInsightSessionPig)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionPig Class : Arguments Property
Specifies the arguments to pass into the Pig job. For example {"16", "1000"}
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the arguments to pass into the Pig job. For example {"16", "1000"}")>
<System.ComponentModel.CategoryAttribute("Definition")>
Public Property Arguments As System.Activities.InArgument(Of String())
'Usage
 
Dim instance As HDInsightSessionPig
Dim value As System.Activities.InArgument(Of String())
 
instance.Arguments = value
 
value = instance.Arguments
[System.ComponentModel.Description("Specifies the arguments to pass into the Pig job. For example {"16", "1000"}")]
[System.ComponentModel.Category("Definition")]
public System.Activities.InArgument<string[]> Arguments {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