IDTSBuffer100.PrepareDataStatusForInsert(Int32) 메서드

정의

행 범위에서 열의 상태 값을 설정합니다.

public:
 void PrepareDataStatusForInsert(int hRow);
public void PrepareDataStatusForInsert (int hRow);
abstract member PrepareDataStatusForInsert : int -> unit
Public Sub PrepareDataStatusForInsert (hRow As Integer)

매개 변수

hRow
Int32

설정할 행의 핸들이거나, 버퍼의 모든 행을 설정하려는 경우 H_ALL입니다.

설명

이 메서드는 지정된 행에 있는 열의 상태 값을 설정합니다. 지정된 경우 H_ALL 버퍼의 모든 행에 있는 열이 설정됩니다. 아직 설정 DTPSTATUS_ISNULL되지 않은 경우 각 열의 상태가 .로 DTPSTATUS_OK설정됩니다.

버퍼가 출력 버퍼이면 예외가 DTS_E_DIRECTTONONERROROUTPUT 발생합니다. 플래그를 사용하여 버퍼를 BUFF_NOOLEDB 만든 경우 오류가 발생합니다.

적용 대상