Share via


SfcRegistration.Domains Property

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Domains As SfcDomainInfoCollection
    Get
'Usage
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

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfoCollection
The current registered domains.