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

Синтаксис

'Декларация
Property SkipErrors As String 
    Get 
    Set
'Применение
Dim instance As ITransSynchronizationAgent 
Dim value As String 

value = instance.SkipErrors

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

Значение свойства

Тип: System.String
A colon-separated list of the error numbers that are to be skipped by this agent.

См. также

Справочник

ITransSynchronizationAgent Интерфейс

Пространство имен Microsoft.SqlServer.Replication