Compartilhar via


Método BusinessLogicDataReader.GetByte

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the value of the specified column as a byte.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public Function GetByte ( _
    i As Integer _
) As Byte
'Uso
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

Parâmetros

Valor de retorno

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

Implementa

IDataRecord.GetByte(Int32)

Consulte também

Referência

BusinessLogicDataReader Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport