IDTSBuffer100.GetBLOBObject(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于读取和写入 IDTSBLOBObject100 中某列的字节的 IDTSBuffer100。
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBLOBObject100 ^ GetBLOBObject(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 GetBLOBObject (int hRow, int hCol);
abstract member GetBLOBObject : int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100
Public Function GetBLOBObject (hRow As Integer, hCol As Integer) As IDTSBLOBObject100
参数
- hRow
- Int32
行的句柄。
- hCol
- Int32
列的句柄。
返回
一个 IDTSBLOBObject100 对象。
注解
IDTSBLOBObject100该对象可用于操作二进制大型对象中的数据, (BLOB) 列。