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。

適用於