IDTSBuffer100.SetStatus(Int32, Int32, UInt32) メソッド

定義

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)

パラメーター

hRow
Int32
hCol
Int32
dbStatus
UInt32

注釈

このメソッドは、DTPSTATUSENUM のフラグを使用して IDTSBuffer100 内の列の状態情報を設定するために使用されます。 バッファーが BUFF_NOOLEDB フラグで作成されていない場合、許容される状態値はDTPSTATUS_OKまたはDTPSTATUS_ISNULLのみです。

適用対象