IDTSBuffer100.SetStatus Method
Sets the status information of a column in an IDTSBuffer100.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Parameters
- hRow
- Type: System.Int32
The row handle.
- hCol
- Type: System.Int32
The column handle.
- dbStatus
- Type: System.UInt32
The status information of the column.
This method is used to set the status information for a column in the IDTSBuffer100 using the flags in the DTPSTATUSENUM. If the buffer is not created with the BUFF_NOOLEDB flag, then the only acceptable status value is DTPSTATUS_OK or DTPSTATUS_ISNULL.