Compartir a través de


XEStore.ISfcDomain.GetType Método

Gets the Type of a class, such as XEStore, Package, EventInfo, EventColumnInfo, or TargetInfo, from the name specified by the typeName parameter.

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

Sintaxis

'Declaración
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Uso
Dim instance As XEStore 
Dim typeName As String 
Dim returnValue As Type 

returnValue = CType(instance, ISfcDomain).GetType(typeName)
Type ISfcDomain.GetType(
    string typeName
)
private:
virtual Type^ GetType(
    String^ typeName
) sealed = ISfcDomain::GetType
private abstract GetType : 
        typeName:string -> Type  
private override GetType : 
        typeName:string -> Type
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

  • typeName
    Tipo: System.String
    A string value that specifies the name of the type.

Valor devuelto

Tipo: System.Type
Returns the Type of the class specified by the typeName parameter.

Implementa

ISfcDomain.GetType(String)

Vea también

Referencia

XEStore Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent