This topic has not yet been rated - Rate this topic

IDTSBuffer100.SetStatus Method

Sets the status information of a column in an IDTSBuffer100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
void SetStatus(
	int hRow,
	int hCol,
	uint dbStatus
)

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.