Partager via


Propriété IEventFieldMetadata.Type

Gets the type of the event field.

Espace de noms :  Microsoft.SqlServer.XEvent
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
ReadOnly Property Type As Type 
    Get
'Utilisation
Dim instance As IEventFieldMetadata 
Dim value As Type 

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

Valeur de propriété

Type : System.Type
The type of the event field.

Voir aussi

Référence

IEventFieldMetadata Interface

Espace de noms Microsoft.SqlServer.XEvent