共用方式為


MasterDBLogPath 屬性

Gets the master database log path for the instance of SQL Server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayNameKeyAttribute("Server_MasterDBLogPathName")> _
<DisplayDescriptionKeyAttribute("Server_MasterDBLogPathDesc")> _
ReadOnly Property MasterDBLogPath As String
    Get
'用途
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

屬性值

型別:System. . :: . .String
String