Metodo GetRegisteredDomainForType (Type)
Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future.
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
Tipo che rappresenta il tipo.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDomainInfo
Oggetto informazioni di dominio per il tipo specificato.