Compartir a través de


Server.MasterDBLogPath Propiedad

Get the MasterDBLogPath property value.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MasterDBLogPath As String 
    Get
'Uso
Dim instance As Server 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
The MasterDBLogPath property value.

Implementa

IServerInformation.MasterDBLogPath

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo