언어

IDTSBuffer100.SetStatus(Int32, Int32, UInt32) 메서드

정의

. 열의 IDTSBuffer100상태 정보를 설정합니다.

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입니다.

적용 대상