Partager via


Méthode GetRegisteredDomainForType (Type)

Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.

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 Function GetRegisteredDomainForType ( _
    type As Type _
) As SfcDomainInfo
'Utilisation
Dim type As Type
Dim returnValue As SfcDomainInfo

returnValue = SfcRegistration.GetRegisteredDomainForType(type)
public static SfcDomainInfo GetRegisteredDomainForType(
    Type type
)
public:
static SfcDomainInfo^ GetRegisteredDomainForType(
    Type^ type
)
static member GetRegisteredDomainForType : 
        type:Type -> SfcDomainInfo 
public static function GetRegisteredDomainForType(
    type : Type
) : SfcDomainInfo

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDomainInfo
Objet Information de domaine pour le type donné.