Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a colon-separated list of the error numbers that are to be skipped by this agent.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property SkipErrors As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A colon-separated list of the error numbers that are to be skipped by this agent.