QueryableXEventData.ElementType-Eigenschaft
Gets a Type value of an element.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property ElementType As Type
Get
'Usage
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
Eigenschaftswert
Typ: System.Type
The value of the type.