IDTSServerExecution100.Synchronized Property

Definition

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

Property Value

true if the instance of execution is synchronized; otherwise, false.

Attributes

Remarks

For more information, see SsisServerExecution.

Applies to