Share via


DataProvider.GetInt32 Method

Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Function GetInt32 ( _
    i As Integer _
) As Integer
'Usage
Dim instance As DataProvider
Dim i As Integer
Dim returnValue As Integer

returnValue = instance.GetInt32(i)
public int GetInt32(
    int i
)
public:
virtual int GetInt32(
    int i
) sealed
abstract GetInt32 : 
        i:int -> int 
override GetInt32 : 
        i:int -> int 
public final function GetInt32(
    i : int
) : int

Parameters

Return Value

Type: System.Int32
The value of the specified column.

Implements

IDataRecord.GetInt32(Int32)