Partager via


Propriété ITransSynchronizationAgent.SkipErrors

Gets or sets a colon-separated list of the error numbers that are to be skipped by this agent.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property SkipErrors As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ITransSynchronizationAgent Interface

Espace de noms Microsoft.SqlServer.Replication