Udostępnij za pośrednictwem


Właściwość TransSynchronizationAgent.SkipErrors

Pobiera lub ustawia listę numerów błędów są pomijane przez ten agent oddzielone dwukropkiem.

Przestrzeń nazw:  Microsoft.SqlServer.Replication
Zestaw:  Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)

Składnia

'Deklaracja
Public Overridable Property SkipErrors As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A String value that consists of a list of colon-separated Microsoft SQL Server error numbers.

Implementacje

ITransSynchronizationAgent.SkipErrors

Uwagi

Gdy Agent dystrybucji napotka błąd na liście błędów dla SkipErrors, błąd zostanie zignorowany i kontynuuje synchronizacja.