Server.MasterDBLogPath Property

Get the MasterDBLogPath property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property MasterDBLogPath As String
    Get
'Usage
Dim instance As Server
Dim value As String

value = instance.MasterDBLogPath
[SfcPropertyAttribute]
public string MasterDBLogPath { get; }
[SfcPropertyAttribute]
public:
virtual property String^ MasterDBLogPath {
    String^ get () sealed;
}
[<SfcPropertyAttribute>]
abstract MasterDBLogPath : string
[<SfcPropertyAttribute>]
override MasterDBLogPath : string
final function get MasterDBLogPath () : String

Property Value

Type: System.String
String

Implements

IServerInformation.MasterDBLogPath