Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.Type
The value of the type.