다음을 통해 공유


GetDBName 메서드

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. 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.