SkipErrors 속성
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication
구문
‘선언
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)