Свойство 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