Dela via


SfcRegistration.Domains Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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.

See Also

Reference

SfcRegistration Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace