共用方式為


Command 屬性

Gets or sets the command execution string for the job step.

命名空間:  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
A String value that specifies the execution string for the job step.

備註

The Command property specifies the execution string for a Microsoft SQL Server Agent job step. Failure or success of execution determines failure or success of the job step.

The text specified by the Command property is run by SQL Server Agent using the executable subsystem indicated by the JobStep object's SubSystem property. The syntax in the Command property is validated when the SubSystem property is specified.