SetBLOBFromObject 메서드
Assigns the data contained in an IDTSBLOBObject100 to a column in an IDTSBuffer100.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap
구문
‘선언
Sub SetBLOBFromObject ( _
hRow As Integer, _
hCol As Integer, _
pIDTSBLOBObject As IDTSBLOBObject100 _
)
‘사용 방법
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim pIDTSBLOBObject As IDTSBLOBObject100
instance.SetBLOBFromObject(hRow, hCol, _
pIDTSBLOBObject)
void SetBLOBFromObject(
int hRow,
int hCol,
IDTSBLOBObject100 pIDTSBLOBObject
)
void SetBLOBFromObject(
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] IDTSBLOBObject100^ pIDTSBLOBObject
)
abstract SetBLOBFromObject :
hRow:int *
hCol:int *
pIDTSBLOBObject:IDTSBLOBObject100 -> unit
function SetBLOBFromObject(
hRow : int,
hCol : int,
pIDTSBLOBObject : IDTSBLOBObject100
)
매개 변수
- hRow
형식: System. . :: . .Int32
The row handle.
- hCol
형식: System. . :: . .Int32
The column handle.
- pIDTSBLOBObject
형식: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSBLOBObject100
The IDTSBLOBObject100 that contains the data that is written to the column.
주의
This method writes the data stored in the IDTSBLOBObject100 to the column specified by the hCol parameter.