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

備註

這個方法是用來設定 idtsbuffer100.setsequentialmode 中資料行的狀態資訊,方法是使用 DTPSTATUSENUM中的旗標。 如果未使用 BUFF_NOOLEDB 旗標建立緩衝區,則唯一可接受的狀態值為 DTPSTATUS_OKDTPSTATUS_ISNull

適用於