TransSynchronizationAgent.SkipErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.