Condividi tramite


Metodo SfcRegistration.GetRegisteredDomainForType (Type)

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Shared Function GetRegisteredDomainForType ( _
    type As Type _
) As SfcDomainInfo
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

SfcRegistration Classe

Overload GetRegisteredDomainForType

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc