Compartir a través de


PublishedEventField.Type Propiedad

Gets the native type of the field.

Espacio de nombres:  Microsoft.SqlServer.XEvent.Linq
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public ReadOnly Property Type As Type 
    Get
'Uso
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

Valor de la propiedad

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

Implementa

IField.Type

Vea también

Referencia

PublishedEventField Clase

Espacio de nombres Microsoft.SqlServer.XEvent.Linq