Поделиться через


Свойство Server.MasterDBPath

Gets the MasterDBPath property value.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MasterDBPath As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
The MasterDBPath property value.

Реализует

IServerInformation.MasterDBPath

См. также

Справочник

Server Класс

Пространство имен Microsoft.SqlServer.Management.Smo