Compartilhar via


Método BusinessLogicDataReader.GetFieldType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the data type of the specified column.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public Function GetFieldType ( _
    i As Integer _
) As Type
'Uso
Dim instance As BusinessLogicDataReader 
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
The data type of the specified column.

Implementa

IDataRecord.GetFieldType(Int32)

Consulte também

Referência

BusinessLogicDataReader Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport