Compartir a través de


IField.Type Propiedad

Gets the native type of the field.

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

Sintaxis

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

Valor de la propiedad

Tipo: System.Type
The type of the field.

Vea también

Referencia

IField Interfaz

Espacio de nombres Microsoft.SqlServer.XEvent