Méthode BusinessLogicDataReader.GetInt32
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 32-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 GetInt32 ( _
i As Integer _
) As Integer
'Utilisation
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
Paramètres
- i
Type : System.Int32
The zero-based column ordinal.
Valeur de retour
Type : System.Int32
The value of the specified column.
Implémente
Voir aussi
Référence
BusinessLogicDataReader Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport