Méthode BusinessLogicDataReader.GetInt16
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the value of the specified column as a 16-bit signed integer.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Function GetInt16 ( _
i As Integer _
) As Short
'Utilisation
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
Paramètres
- i
Type : System.Int32
The zero-based column ordinal.
Valeur de retour
Type : System.Int16
The value of the specified column.
Implémente
Voir aussi
Référence
BusinessLogicDataReader Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport