Compartir a través de


QueryableXEventData.ElementType Propiedad

Gets a Type value of an element.

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

Sintaxis

'Declaración
Public ReadOnly Property ElementType As Type 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Type
The value of the type.

Implementa

IQueryable.ElementType

Vea también

Referencia

QueryableXEventData Clase

Espacio de nombres Microsoft.SqlServer.XEvent.Linq