次の方法で共有


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 名前空間