GetBLOBObject メソッド
IDTSBuffer100 の列のバイトの読み取りおよび書き込みに使用される IDTSBLOBObject100 を取得します。
名前空間: 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