Метод 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
Параметры
- i
Тип: System.Int32
The zero-based column ordinal.
Возвращаемое значение
Тип: System.Int16
The value of the specified column.
Реализует
См. также
Справочник
Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport