AdomdDataReader.GetBytes 方法

此成员留待将来使用。

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Function GetBytes ( _
    i As Integer, _
    fieldOffset As Long, _
    buffer As Byte(), _
    bufferoffset As Integer, _
    length As Integer _
) As Long
用法
Dim instance As AdomdDataReader 
Dim i As Integer 
Dim fieldOffset As Long 
Dim buffer As Byte()
Dim bufferoffset As Integer 
Dim length As Integer 
Dim returnValue As Long 

returnValue = instance.GetBytes(i, fieldOffset, _
    buffer, bufferoffset, length)
public long GetBytes(
    int i,
    long fieldOffset,
    byte[] buffer,
    int bufferoffset,
    int length
)
public:
virtual long long GetBytes(
    int i, 
    long long fieldOffset, 
    array<unsigned char>^ buffer, 
    int bufferoffset, 
    int length
) sealed
abstract GetBytes : 
        i:int * 
        fieldOffset:int64 * 
        buffer:byte[] * 
        bufferoffset:int * 
        length:int -> int64  
override GetBytes : 
        i:int * 
        fieldOffset:int64 * 
        buffer:byte[] * 
        bufferoffset:int * 
        length:int -> int64
public final function GetBytes(
    i : int, 
    fieldOffset : long, 
    buffer : byte[], 
    bufferoffset : int, 
    length : int
) : long

参数

  • i
    类型:Int32
    要检索的列的从零开始的序号位置。
  • fieldOffset
    类型:Int64
    列中要自其开始读取数据的从零开始的索引。
  • buffer
    类型:array<Byte[]
    要将字节流读入的缓冲区。
  • bufferoffset
    类型:Int32
    缓冲区中要自其开始写入数据的从零开始的索引。
  • length
    类型:Int32
    要从该列读取的字节数。

返回值

类型:Int64
一个长整型值,该值包含从该列中实际读取的字节数。

实现

IDataRecordGetBytes(Int32, Int64, Byte, Int32, Int32)

异常

异常 条件
[NotSupportedException]

调用该方法。 有关此异常的详细信息,请参阅 NotSupportedException Class

请参阅

参考

AdomdDataReader 类

Microsoft.AnalysisServices.AdomdServer 命名空间