语言

IDTSServerExecution100.Synchronized 属性

定义

获得一个值,表示执行实例是否同步。

public:
 property bool Synchronized { bool get(); };
[System.Runtime.InteropServices.DispId(3)]
public bool Synchronized { get; }
[<System.Runtime.InteropServices.DispId(3)>]
member this.Synchronized : bool
Public ReadOnly Property Synchronized As Boolean

属性值

如果执行实例同步,则为真;否则,就是假的。

属性

注解

有关详细信息,请参阅 SsisServerExecution

适用于