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> _
Public ReadOnly Property MasterDBLogPath As String
Get
'Uso
Dim instance As Information
Dim value As String
value = instance.MasterDBLogPath
[SfcPropertyAttribute]
public string MasterDBLogPath { get; }
[SfcPropertyAttribute]
public:
property String^ MasterDBLogPath {
String^ get ();
}
[<SfcPropertyAttribute>]
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.
Vea también