Partager via


MasterDBLogPath propriété

Get the MasterDBLogPath property value.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property MasterDBLogPath As String
    Get
'Utilisation
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

Valeur de la propriété

Type : System. . :: . .String
String

Implémente

IServerInformation. . :: . .MasterDBLogPath