Свойство 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