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
- ordinal
Tipo: System. . :: . .Int32
The zero-based ordinal position of the column to be retrieved.
Valor devuelto
Tipo: System. . :: . .Byte
A Byte that contains the value of the specified column.
Implementa
Vea también