Share via


ResultTable.GetInt16 method

Returns the 16-bit signed integer value for the specified column.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetInt16 ( _
    i As Integer _
) As Short
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Short

returnValue = instance.GetInt16(i)
public short GetInt16(
    int i
)

Parameters

Return value

Type: System.Int16
The value of the column.

Implements

IDataRecord.GetInt16(Int32)

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace