TransSynchronizationAgent.SkipErrors Property

Definition

Gets or sets a colon-separated list of the error numbers that are to be skipped by this agent.

public:
 virtual property System::String ^ SkipErrors { System::String ^ get(); void set(System::String ^ value); };
public virtual string SkipErrors { get; set; }
member this.SkipErrors : string with get, set
Public Overridable Property SkipErrors As String

Property Value

A list of colon-separated Microsoft SQL Server error numbers.

Implements

Remarks

When the Distribution Agent encounters an error in the list of errors specified for SkipErrors, the error is ignored and the synchronization continues.

Applies to