IServerInformation.MasterDBPath 속성
Gets the master database data path for the instance of SQL Server.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<DisplayDescriptionKeyAttribute("Server_MasterDBPathDesc")> _
<DisplayNameKeyAttribute("Server_MasterDBPathName")> _
ReadOnly Property MasterDBPath As String
Get
‘사용 방법
Dim instance As IServerInformation
Dim value As String
value = instance.MasterDBPath
[DisplayDescriptionKeyAttribute("Server_MasterDBPathDesc")]
[DisplayNameKeyAttribute("Server_MasterDBPathName")]
string MasterDBPath { get; }
[DisplayDescriptionKeyAttribute(L"Server_MasterDBPathDesc")]
[DisplayNameKeyAttribute(L"Server_MasterDBPathName")]
property String^ MasterDBPath {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_MasterDBPathDesc")>]
[<DisplayNameKeyAttribute("Server_MasterDBPathName")>]
abstract MasterDBPath : string
function get MasterDBPath () : String
속성 값
유형: System.String
The master database data path for the instance of SQL Server.