Compartilhar via


Propriedade do RDL IField.Type

Gets the native type of the field.

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

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Type
The type of the field.

Consulte também

Referência

IField Interface

Namespace Microsoft.SqlServer.XEvent