Share via


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.

적용 대상