AgentObjectBase.GetDBName 메서드

Gets the database name that is associated with the object.

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

구문

‘선언
Protected Friend Overrides Function GetDBName As String
‘사용 방법
Dim returnValue As String 

returnValue = Me.GetDBName()
protected internal override string GetDBName()
protected public:
virtual String^ GetDBName() override
abstract GetDBName : unit -> string  
override GetDBName : unit -> string
override function GetDBName() : String

반환 값

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

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

참고 항목

참조

AgentObjectBase 클래스

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

관련 자료

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