Propriedade do RDL QueryableXEventData.ElementType
Gets a Type value of an element.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Type
The value of the type.