Command プロパティ
ジョブ ステップのコマンド実行文字列を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property Command As String
Get
Set
'使用
Dim instance As JobStep
Dim value As String
value = instance.Command
instance.Command = value
[SfcPropertyAttribute]
public string Command { get; set; }
[SfcPropertyAttribute]
public:
property String^ Command {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member Command : string with get, set
function get Command () : String
function set Command (value : String)
プロパティ値
型: System. . :: . .String
ジョブ ステップの実行文字列を示す String 値です。