Partager via


Méthode DataProvider.GetByte

Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Function GetByte ( _
    i As Integer _
) As Byte
'Utilisation
Dim instance As DataProvider 
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
An integer that represents the value of the specified column as byte.

Implémente

IDataRecord.GetByte(Int32)

Voir aussi

Référence

DataProvider Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc