IDTSBuffer100.SetStatus(Int32, Int32, UInt32) Method

Definition

Sets the status information of a column in an IDTSBuffer100.

public:
 void SetStatus(int hRow, int hCol, System::UInt32 dbStatus);
public void SetStatus (int hRow, int hCol, uint dbStatus);
abstract member SetStatus : int * int * uint32 -> unit
Public Sub SetStatus (hRow As Integer, hCol As Integer, dbStatus As UInteger)

Parameters

hRow
Int32

The row handle.

hCol
Int32

The column handle.

dbStatus
UInt32

The status information of the column.

Remarks

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.

Applies to