ResultTable.GetValue method
Retorna o valor do campo especificado.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetValue ( _
i As Integer _
) As Object
'Uso
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Object
returnValue = instance.GetValue(i)
public Object GetValue(
int i
)
Parâmetros
i
Type: System.Int32O índice da coluna.
Valor retornado
Type: System.Object
O valor da coluna.