Compartir a través de


ITransSynchronizationAgent.SkipErrors Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Property SkipErrors As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ITransSynchronizationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication