MasterDBLogPath 屬性
Gets the master database log path for the instance of SQL Server.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<DisplayDescriptionKeyAttribute("Server_MasterDBLogPathDesc")> _
<DisplayNameKeyAttribute("Server_MasterDBLogPathName")> _
ReadOnly Property MasterDBLogPath As String
Get
'用途
Dim instance As IServerInformation
Dim value As String
value = instance.MasterDBLogPath
[DisplayDescriptionKeyAttribute("Server_MasterDBLogPathDesc")]
[DisplayNameKeyAttribute("Server_MasterDBLogPathName")]
string MasterDBLogPath { get; }
[DisplayDescriptionKeyAttribute(L"Server_MasterDBLogPathDesc")]
[DisplayNameKeyAttribute(L"Server_MasterDBLogPathName")]
property String^ MasterDBLogPath {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_MasterDBLogPathDesc")>]
[<DisplayNameKeyAttribute("Server_MasterDBLogPathName")>]
abstract MasterDBLogPath : string
function get MasterDBLogPath () : String