Metoda GetRegisteredDomainForType (Type)
Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Public Shared Function GetRegisteredDomainForType ( _
type As Type _
) As SfcDomainInfo
'Użycie
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
Parameters
- type
Typ: System. . :: . .Type
Typ, który reprezentuje typ.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDomainInfo
Obiekt domena informacji dla danego typu.