Свойство Path
Gets the path of the referenced server group.
Пространство имен: Microsoft.SqlServer.Management.Smo.RegisteredServers
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property Path As String
Get
'Применение
Dim instance As ServerGroup
Dim value As String
value = instance.Path
[SfcPropertyAttribute]
public string Path { get; }
[SfcPropertyAttribute]
public:
property String^ Path {
String^ get ();
}
[<SfcPropertyAttribute>]
member Path : string
function get Path () : String
Значение свойства
Тип System. . :: . .String
A String value that specifies the path of the referenced server group.