Partager via


Propriété PublishedEventField.Type

Gets the native type of the field.

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

Syntaxe

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

value = instance.Type
public Type Type { get; }
public:
virtual property Type^ Type {
    Type^ get () sealed;
}
abstract Type : Type 
override Type : Type
final function get Type () : Type

Valeur de propriété

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

Implémente

IField.Type

Voir aussi

Référence

PublishedEventField Classe

Espace de noms Microsoft.SqlServer.XEvent.Linq