Поделиться через


Метод BusinessLogicDataReader.GetInt32

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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

Пространство имен:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка:  Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Синтаксис

'Декларация
Public Function GetInt32 ( _
    i As Integer _
) As Integer
'Применение
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

Параметры

Возвращаемое значение

Тип: System.Int32
The value of the specified column.

Реализует

IDataRecord.GetInt32(Int32)

См. также

Справочник

BusinessLogicDataReader Класс

Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport