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


Метод BusinessLogicDataReader.GetInt16

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

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

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

Синтаксис

'Декларация
Public Function GetInt16 ( _
    i As Integer _
) As Short
'Применение
Dim instance As BusinessLogicDataReader 
Dim i As Integer 
Dim returnValue As Short 

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

Параметры

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

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

Реализует

IDataRecord.GetInt16(Int32)

См. также

Справочник

BusinessLogicDataReader Класс

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