語言

TransSynchronizationAgent.SkipErrors 屬性

定義

取得或設定一個以冒號分隔的錯誤編號清單,列出此代理要跳過的錯誤號碼。

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

屬性值

一份以冒號分隔的 Microsoft SQL Server 錯誤編號清單。

實作

備註

當散發代理程式在指定於 SkipErrors的錯誤清單中遇到錯誤時,該錯誤會被忽略,同步工作繼續進行。

適用於