Partager via


Propriété QueryableXEventData.ElementType

Gets a Type value of an element.

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

Syntaxe

'Déclaration
Public ReadOnly Property ElementType As Type 
    Get
'Utilisation
Dim instance As QueryableXEventData 
Dim value As Type 

value = instance.ElementType
public Type ElementType { get; }
public:
virtual property Type^ ElementType {
    Type^ get () sealed;
}
abstract ElementType : Type 
override ElementType : Type
final function get ElementType () : Type

Valeur de propriété

Type : System.Type
The value of the type.

Implémente

IQueryable.ElementType

Voir aussi

Référence

QueryableXEventData Classe

Espace de noms Microsoft.SqlServer.XEvent.Linq