SetData メソッド
IDTSBuffer100 の列にデータを割り当てます。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub SetData ( _
hRow As Integer, _
hCol As Integer, _
ByRef pData As DTP_VARIANT _
)
'使用
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim pData As DTP_VARIANT
instance.SetData(hRow, hCol, pData)
void SetData(
int hRow,
int hCol,
ref DTP_VARIANT pData
)
void SetData(
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] DTP_VARIANT% pData
)
abstract SetData :
hRow:int *
hCol:int *
pData:DTP_VARIANT byref -> unit
function SetData(
hRow : int,
hCol : int,
pData : DTP_VARIANT
)
パラメーター
- hRow
型: System. . :: . .Int32
行のハンドルです。
- hCol
型: System. . :: . .Int32
列のハンドルです。
- pData
型: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DTP_VARIANT%
列に割り当てられた DTP_VARIANT データです。
説明
このメソッドは、IDTSBuffer100 内の指定した列にデータを割り当てるために使用されます。マネージ コンポーネントの開発者はこのメソッドを使用せず、代わりにマネージ PipelineBuffer クラスのメソッドを使用します。