Freigeben über


BusinessLogicDataReader.GetInt32-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the value of the specified column as a 32-bit signed integer.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function GetInt32 ( _
    i As Integer _
) As Integer
'Usage
Dim instance As BusinessLogicDataReader 
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

Parameter

Rückgabewert

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

Implementiert

IDataRecord.GetInt32(Int32)

Siehe auch

Verweis

BusinessLogicDataReader Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace