다음을 통해 공유


SkipErrors Property (Replication ActiveX)

The SkipErrors property returns or sets a list of the errors to be skipped.

구문

object.SkipErrors [= list]
Part Description

object

Expression that evaluates to a SQLDistribution Object (Replication ActiveX) object.

list

A colon-delimited list of the errors that are to be skipped by the control.

Applies To

SQLDistribution Object (Replication ActiveX)

주의

The SkipErrorslist has the format native_error_id1:native_error_id2:native_error_id3....

Native error IDs are the error numbers from the underlying database. Only the errors that are encountered when applying replication transactions at the Subscriber can be skipped.

Data Type

String

Modifiable

Read/Write

Prototype C/C++

HRESULT get_SkipErrors(BSTR *pList);
HRESULT put_SkipErrors(BSTR pList);

참고 항목

관련 자료

응용 프로그램 오류 및 메시지 처리

도움말 및 정보

SQL Server 2005 지원 받기