Compartilhar via


Propriedade do RDL MasterDBPath

Obtém o valor da propriedade MasterDBPath.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MasterDBPath As String
    Get
'Uso
Dim instance As Server
Dim value As String

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

Valor da propriedade

Tipo: System. . :: . .String
String

Implementa

IServerInformation. . :: . .MasterDBPath