次の方法で共有


TransSynchronizationAgent.SkipErrors プロパティ

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

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Public Overridable Property SkipErrors As String 
    Get 
    Set
'使用
Dim instance As TransSynchronizationAgent 
Dim value As String 

value = instance.SkipErrors

instance.SkipErrors = value
public virtual string SkipErrors { get; set; }
public:
virtual property String^ SkipErrors {
    String^ get ();
    void set (String^ value);
}
abstract SkipErrors : string with get, set 
override SkipErrors : string with get, set
function get SkipErrors () : String 
function set SkipErrors (value : String)

プロパティ値

型: System.String
A list of colon-separated Microsoft SQL Server error numbers.

実装

ITransSynchronizationAgent.SkipErrors

説明

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

関連項目

参照

TransSynchronizationAgent クラス

Microsoft.SqlServer.Replication 名前空間