ResultTable.GetInt16 method
Retorna o valor inteiro assinado de 16 bits para a coluna especificada.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetInt16 ( _
i As Integer _
) As Short
'Uso
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Short
returnValue = instance.GetInt16(i)
public short GetInt16(
int i
)
Parâmetros
i
Type: System.Int32O índice da coluna.
Valor retornado
Type: System.Int16
O valor da coluna.