Compartir a través de


GetByte Método

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
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

Valor devuelto

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

Implementa

IDataRecord. . :: . .GetByte(Int32)