Właściwość IServerInformation.MasterDBPath
Pobiera ścieżka danych baza danych master dla wystąpienie SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayNameKeyAttribute("Server_MasterDBPathName")> _
<DisplayDescriptionKeyAttribute("Server_MasterDBPathDesc")> _
ReadOnly Property MasterDBPath As String
Get
'Użycie
Dim instance As IServerInformation
Dim value As String
value = instance.MasterDBPath
[DisplayNameKeyAttribute("Server_MasterDBPathName")]
[DisplayDescriptionKeyAttribute("Server_MasterDBPathDesc")]
string MasterDBPath { get; }
[DisplayNameKeyAttribute(L"Server_MasterDBPathName")]
[DisplayDescriptionKeyAttribute(L"Server_MasterDBPathDesc")]
property String^ MasterDBPath {
String^ get ();
}
[<DisplayNameKeyAttribute("Server_MasterDBPathName")>]
[<DisplayDescriptionKeyAttribute("Server_MasterDBPathDesc")>]
abstract MasterDBPath : string
function get MasterDBPath () : String
Wartość właściwości
Typ: System.String
String
Zobacz także