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