JobStep.DatabaseName 속성

Gets or sets the name of the database to which the job step command execution is confined.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DatabaseName As String 
    Get 
    Set
‘사용 방법
Dim instance As JobStep 
Dim value As String 

value = instance.DatabaseName

instance.DatabaseName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DatabaseName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DatabaseName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DatabaseName : string with get, set
function get DatabaseName () : String 
function set DatabaseName (value : String)

속성 값

유형: System.String
A String value that specifies the name of an existing database.

주의

Each step of a Microsoft SQL Server Agent job can execute in a specified database. Setting the DatabaseName property of a JobStep object directs the execution of the referenced job step.

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

참고 항목

참조

JobStep 클래스

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

관련 자료

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

sp_help_jobstep(Transact-SQL)