AdomdDataReader.GetBytes メソッド
このメンバーは将来使用するために予約されています。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public Function GetBytes ( _
ordinal As Integer, _
dataIndex As Long, _
buffer As Byte(), _
bufferIndex As Integer, _
length As Integer _
) As Long
'使用
Dim instance As AdomdDataReader
Dim ordinal As Integer
Dim dataIndex As Long
Dim buffer As Byte()
Dim bufferIndex As Integer
Dim length As Integer
Dim returnValue As Long
returnValue = instance.GetBytes(ordinal, _
dataIndex, buffer, bufferIndex, length)
public long GetBytes(
int ordinal,
long dataIndex,
byte[] buffer,
int bufferIndex,
int length
)
public:
virtual long long GetBytes(
int ordinal,
long long dataIndex,
array<unsigned char>^ buffer,
int bufferIndex,
int length
) sealed
abstract GetBytes :
ordinal:int *
dataIndex:int64 *
buffer:byte[] *
bufferIndex:int *
length:int -> int64
override GetBytes :
ordinal:int *
dataIndex:int64 *
buffer:byte[] *
bufferIndex:int *
length:int -> int64
public final function GetBytes(
ordinal : int,
dataIndex : long,
buffer : byte[],
bufferIndex : int,
length : int
) : long
パラメーター
- ordinal
型: System.Int32
取得する列の位置を示す 0 から始まる序数です。
- dataIndex
型: System.Int64
データの読み取りを開始する列内の 0 から始まるインデックスです。
- buffer
型: array<System.Byte[]
バイト ストリームを読み取るバッファーです。
- bufferIndex
型: System.Int32
データの書き込みを開始するバッファー内の 0 から始まるインデックスです。
- length
型: System.Int32
列から読み取るバイト数です。
戻り値
型: System.Int64
列から実際に読み取るバイト数を表す Long です。
実装
IDataRecord.GetBytes(Int32, Int64, array<Byte[], Int32, Int32)
例外
例外 | 条件 |
---|---|
System.NotSupportedException | メソッドが呼び出されています。 |