Compartir a través de


SfcRegistration.GetRegisteredDomainForType Método (Type)

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Shared Function GetRegisteredDomainForType ( _
    type As Type _
) As SfcDomainInfo
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

SfcRegistration Clase

Sobrecarga de GetRegisteredDomainForType

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc