SkipErrors-Eigenschaft

Ruft eine Liste der Fehlernummern ab, die von diesem Agent ausgelassen werden sollen, oder legt diese fest. Die Einträge in der Liste sind durch Doppelpunkte getrennt.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Public Overridable Property SkipErrors As String
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System. . :: . .String
Ein String-Wert, der aus einer Liste Microsoft SQL Server-Fehlernummern besteht, die durch Doppelpunkte getrennt sind.

Implementiert

ITransSynchronizationAgent. . :: . .SkipErrors

Hinweise

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