IDTSBuffer100.SetStatus(Int32, Int32, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
備註
這個方法是用來設定 idtsbuffer100.setsequentialmode 中資料行的狀態資訊,方法是使用 DTPSTATUSENUM中的旗標。 如果未使用 BUFF_NOOLEDB 旗標建立緩衝區,則唯一可接受的狀態值為 DTPSTATUS_OK 或 DTPSTATUS_ISNull。