JAMS Developer Guide
Command Property (HDInsightSessionSqoop)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionSqoop Class : Command Property
Specifies the command to use for the Sqoop job.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the command to use for the Sqoop job.")>
<System.ComponentModel.CategoryAttribute("Definition")>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property Command As System.String
'Usage
 
Dim instance As HDInsightSessionSqoop
Dim value As System.String
 
instance.Command = value
 
value = instance.Command
[System.ComponentModel.Description("Specifies the command to use for the Sqoop job.")]
[System.ComponentModel.Category("Definition")]
[System.ComponentModel.Browsable(false)]
public System.string Command {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

HDInsightSessionSqoop Class
HDInsightSessionSqoop Members