Método GetFieldType

Returns a data type for the column at the specified ordinal. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Function GetFieldType ( _
    i As Integer _
) As Type
'Uso
Dim instance As DataProvider
Dim i As Integer
Dim returnValue As Type

returnValue = instance.GetFieldType(i)
public Type GetFieldType(
    int i
)
public:
virtual Type^ GetFieldType(
    int i
) sealed
abstract GetFieldType : 
        i:int -> Type 
override GetFieldType : 
        i:int -> Type 
public final function GetFieldType(
    i : int
) : Type

Parâmetros

Valor de retorno

Tipo: System. . :: . .Type
A data type for the column.

Implementa

IDataRecord. . :: . .GetFieldType(Int32)