IDTSPipeline100.RunInOptimizedMode 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 RunInOptimizedMode { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(124)]
public bool RunInOptimizedMode { [System.Runtime.InteropServices.DispId(124)] get; [System.Runtime.InteropServices.DispId(124)] set; }
[<System.Runtime.InteropServices.DispId(124)>]
[<get: System.Runtime.InteropServices.DispId(124)>]
[<set: System.Runtime.InteropServices.DispId(124)>]
member this.RunInOptimizedMode : bool with get, set
Public Property RunInOptimizedMode As Boolean
Property Value
true if the data flow task runs in optimized mode; otherwise, false. The default is true.
- Attributes
Remarks
Optimized mode improves performance by removing unused columns, outputs, and components from the execution plan of the data flow task.
Note
A property with the same name, RunInOptimizedMode, can be set at the project level of an Integration Services project to indicate that the Data Flow task runs in optimized mode during debugging. This property overrides the RunInOptimizedMode property of Data Flow tasks in the packages in the project. The value of the project property is false by default.
For a brief discussion of this property and related properties that can be used to optimize the performance of the Data Flow task, see the section "Improving the Performance of the Data Flow Task" in Data Flow Task.