Condividi tramite


Metodo ISfcDomain.GetType

Gets a Type object specified by the typeName parameter.

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

Sintassi

'Dichiarazione
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Utilizzo
Dim instance As PolicyStore
Dim typeName As String
Dim returnValue As Type

returnValue = CType(instance, ISfcDomain).GetType(typeName)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
Type ISfcDomain.GetType(
    string typeName
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
private:
virtual Type^ GetType(
    String^ typeName
) sealed = ISfcDomain::GetType
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private abstract GetType : 
        typeName:string -> Type 
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private override GetType : 
        typeName:string -> Type 
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

Valore restituito

Tipo: System. . :: . .Type
A Type object.

Implementa

ISfcDomain. . :: . .GetType(String)