Propriété SfcRegistration.Domains

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property Domains As SfcDomainInfoCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

SfcRegistration Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc