Compartir a través de


Information.MasterDBLogPath Propiedad

Gets the log file directory for the master database on the instance of SQL Server.

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 Information 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
A String value that specifies the log file directory for the master database on the instance of SQL Server.

Ejemplos

Configurar SQL Server en SMO

Vea también

Referencia

Information Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo