ResultTable.GetInt32 method
NOTE: This API is now obsolete.
Returns the 32-bit signed integer value for the specified column.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function GetInt32 ( _
i As Integer _
) As Integer
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Integer
returnValue = instance.GetInt32(i)
[ObsoleteAttribute("This class is obsolete.")]
public int GetInt32(
int i
)
Parameters
i
Type: System.Int32The index of the column.
Return value
Type: System.Int32
The value of the column.