共用方式為


ITransSynchronizationAgent.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 (在 Microsoft.SqlServer.Replication.dll 中)

語法

'宣告
Property SkipErrors As String 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

ITransSynchronizationAgent 介面

Microsoft.SqlServer.Replication 命名空間