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。

适用于