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