Méthode XEStore.ISfcDomain.GetType

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

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

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

Valeur de retour

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

Implémente

ISfcDomain.GetType(String)

Voir aussi

Référence

XEStore Classe

Espace de noms Microsoft.SqlServer.Management.XEvent