IServerInformation.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

属性值

类型:System.String
The master database log path for the instance of SQL Server.

请参阅

参考

IServerInformation 接口

Microsoft.SqlServer.Management.Smo 命名空间