Share via


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 string SkipErrors { get; set; }

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