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 의 플래그 DTPSTATUSENUM를 사용하여 열의 상태 정보를 설정하는 데 사용됩니다. 버퍼가 BUFF_NOOLEDB 플래그로 생성되지 않았다면, 허용되는 상태 값은 DTPSTATUS_OK 또는 DTPSTATUS_ISNULL뿐입니다.

적용 대상