IDTSBuffer100.GetBLOBObject 方法

Gets an IDTSBLOBObject100 that is used to read and write the bytes in a column in an IDTSBuffer100.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Function GetBLOBObject ( _
    hRow As Integer, _
    hCol As Integer _
) As IDTSBLOBObject100
用法
Dim instance As IDTSBuffer100 
Dim hRow As Integer 
Dim hCol As Integer 
Dim returnValue As IDTSBLOBObject100 

returnValue = instance.GetBLOBObject(hRow, _
    hCol)
IDTSBLOBObject100 GetBLOBObject(
    int hRow,
    int hCol
)
IDTSBLOBObject100^ GetBLOBObject(
    [InAttribute] int hRow, 
    [InAttribute] int hCol
)
abstract GetBLOBObject : 
        hRow:int * 
        hCol:int -> IDTSBLOBObject100
function GetBLOBObject(
    hRow : int, 
    hCol : int
) : IDTSBLOBObject100

参数

返回值

类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100
An IDTSBLOBObject100 object.

注释

The IDTSBLOBObject100 object can be used to manipulate the data in a binary large object (BLOB) column.

请参阅

参考

IDTSBuffer100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间