Compartir a través de


GetByte Método

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function GetByte ( _
    i As Integer _
) As Byte
'Uso
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

Parámetros

Valor devuelto

Tipo: System. . :: . .Byte
An integer that represents the value of the specified column as byte.

Implementa

IDataRecord. . :: . .GetByte(Int32)