Freigeben über


IField.Type-Eigenschaft

Gets the native type of the field.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
ReadOnly Property Type As Type 
    Get
'Usage
Dim instance As IField 
Dim value As Type 

value = instance.Type
Type Type { get; }
property Type^ Type {
    Type^ get ();
}
abstract Type : Type
function get Type () : Type

Eigenschaftswert

Typ: System.Type
The type of the field.

Siehe auch

Verweis

IField Schnittstelle

Microsoft.SqlServer.XEvent-Namespace