SsisServerExecution.Synchronized Property
Gets a value that indicates whether the execution is synchronized.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property Synchronized As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
True if the execution is synchronized; otherwise, false.
Implements
IDTSServerExecution100.Synchronized