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 네임스페이스