다음을 통해 공유


SkipErrors 속성

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

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication

구문

‘선언
Public Overridable Property SkipErrors As String
    Get
    Set
‘사용 방법
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)

속성 값

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

구현

ITransSynchronizationAgent. . :: . .SkipErrors

주의

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