IDTSBuffer100::GetData Method (Int32, Int32)
Retrieves the data stored in a specified row and column of a IDTSBuffer100.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Parameters
- hRow
-
Type:
System::Int32
The handle for the row.
- hCol
-
Type:
System::Int32
The handle for the column.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper::DTP_VARIANTA DTP_VARIANT object that contains the data stored in the specified column in the IDTSBuffer100.
This method retrieves the data stored in the specified column in the buffer. Managed component developers do not call this method, but instead use the Item property of the managed PipelineBuffer class.
Show: