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
- i
Tipo: System.Int32
The zero-based column ordinal.
Valor de retorno
Tipo: System.Byte
The value of the specified column.
Implementa
Consulte também
Referência
BusinessLogicDataReader Classe
Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport