Méthode SfcRegistration.GetRegisteredDomainForType (Type)

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 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

  • type
    Type : System.Type
    The type that represents the Type.

Valeur de retour

Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfo
The domain Information object for the given type.

Voir aussi

Référence

SfcRegistration Classe

Surcharge GetRegisteredDomainForType

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