共用方式為


SsisServerExecution.Synchronized 屬性

Gets a value that indicates whether the execution is synchronized.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public ReadOnly Property Synchronized As Boolean 
    Get
'用途
Dim instance As SsisServerExecution 
Dim value As Boolean 

value = instance.Synchronized
public bool Synchronized { get; }
public:
virtual property bool Synchronized {
    bool get () sealed;
}
abstract Synchronized : bool 
override Synchronized : bool
final function get Synchronized () : boolean

屬性值

型別:System.Boolean
True if the execution is synchronized; otherwise, false.

實作

IDTSServerExecution100.Synchronized

請參閱

參考

SsisServerExecution 類別

Microsoft.SqlServer.Dts.Runtime 命名空間