Server.MasterDBLogPath Property

 

Applies To: SQL Server 2016 Preview

Get the MasterDBLogPath property value.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
public string MasterDBLogPath { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
property String^ MasterDBLogPath {
    virtual String^ get() sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
abstract MasterDBLogPath : string with get
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
override MasterDBLogPath : string with get
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
Public ReadOnly Property MasterDBLogPath As String

Property Value

Type: System.String

The MasterDBLogPath property value.

Implements

IServerInformation.MasterDBLogPath

See Also

Server Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top