Partager via


Méthode BusinessLogicDataReader.GetByte

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 byte.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Function GetByte ( _
    i As Integer _
) As Byte
'Utilisation
Dim instance As BusinessLogicDataReader 
Dim i As Integer 
Dim returnValue As Byte 

returnValue = instance.GetByte(i)
public byte GetByte(
    int i
)
public:
virtual unsigned char GetByte(
    int i
) sealed
abstract GetByte : 
        i:int -> byte  
override GetByte : 
        i:int -> byte
public final function GetByte(
    i : int
) : byte

Paramètres

Valeur de retour

Type : System.Byte
The value of the specified column.

Implémente

IDataRecord.GetByte(Int32)

Voir aussi

Référence

BusinessLogicDataReader Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport