Свойство SfcRegistration.Domains
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property Domains As SfcDomainInfoCollection
Get
'Применение
Dim value As SfcDomainInfoCollection
value = SfcRegistration.Domains
public static SfcDomainInfoCollection Domains { get; }
public:
static property SfcDomainInfoCollection^ Domains {
SfcDomainInfoCollection^ get ();
}
static member Domains : SfcDomainInfoCollection
static function get Domains () : SfcDomainInfoCollection
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfoCollection
The current registered domains.