IDTSServerExecution100.Synchronized Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.