ResultTable.GetFieldType method
Retorna as informações de tipo da coluna especificada.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetFieldType ( _
i As Integer _
) As Type
'Uso
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Type
returnValue = instance.GetFieldType(i)
public Type GetFieldType(
int i
)
Parâmetros
i
Type: System.Int32O índice da coluna.
Valor retornado
Type: System.Type
O valor que representa o tipo de informação para a coluna.
Implements
IDataRecord.GetFieldType(Int32)