Freigeben über


SfcRegistration.GetRegisteredDomainForType-Methode (Type)

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Parameter

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

Rückgabewert

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

Siehe auch

Verweis

SfcRegistration Klasse

GetRegisteredDomainForType-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace