JobStep.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(SfcPropertyFlags.Standalone)> _
Public Property Command As String 
    Get 
    Set
‘사용 방법
Dim instance As JobStep 
Dim value As String 

value = instance.Command

instance.Command = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Command { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Command {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

SQL Server 에이전트에서 자동 관리 태스크 예약

참고 항목

참조

JobStep 클래스

Microsoft.SqlServer.Management.Smo.Agent 네임스페이스

관련 자료

관리 태스크 자동화(SQL Server 에이전트)

sp_help_jobstep(Transact-SQL)