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> _
Public ReadOnly Property MasterDBLogPath As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
String
Implementa
Vea también