IDTSBuffer100::SetData Method (Int32, Int32, DTP_VARIANT%)
Assigns data to a column in an IDTSBuffer100.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Parameters
- hRow
-
Type:
System::Int32
The handle of the row.
- hCol
-
Type:
System::Int32
The handle of the column.
- pData
-
Type:
Microsoft.SqlServer.Dts.Runtime.Wrapper::DTP_VARIANT%
The DTP_VARIANT data assigned to the column.
This method is used to assign data to the specified column in the IDTSBuffer100. Managed component developers do not use this method, but instead use the methods of the managed PipelineBuffer class.
Show: