ResultTable.GetInt32 method
Retorna o valor inteiro assinado de 32 bits 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 GetInt32 ( _
i As Integer _
) As Integer
'Uso
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Integer
returnValue = instance.GetInt32(i)
public int GetInt32(
int i
)
Parâmetros
i
Type: System.Int32O índice da coluna.
Valor retornado
Type: System.Int32
O valor da coluna.