Compartilhar via


Método AdomdDataReader.GetByte

Returns a Byte that contains the value from the specified column.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public Function GetByte ( _
    ordinal As Integer _
) As Byte
'Uso
Dim instance As AdomdDataReader 
Dim ordinal As Integer 
Dim returnValue As Byte 

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

Parâmetros

  • ordinal
    Tipo: System.Int32
    The zero-based ordinal position of the column to be retrieved.

Valor de retorno

Tipo: System.Byte
A Byte that contains the value of the specified column.

Implementa

IDataRecord.GetByte(Int32)

Consulte também

Referência

AdomdDataReader Classe

Namespace Microsoft.AnalysisServices.AdomdClient