IDTSPipeline100.RunInOptimizedMode 속성

Gets or sets a value that specifies whether the data flow task runs in optimized mode.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Property RunInOptimizedMode As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As IDTSPipeline100 
Dim value As Boolean 

value = instance.RunInOptimizedMode

instance.RunInOptimizedMode = value
bool RunInOptimizedMode { get; set; }
property bool RunInOptimizedMode {
    bool get ();
    void set (bool value);
}
abstract RunInOptimizedMode : bool with get, set
function get RunInOptimizedMode () : boolean 
function set RunInOptimizedMode (value : boolean)

속성 값

유형: System.Boolean
true if the data flow task runs in optimized mode; otherwise, false. The default is true.

주의

Optimized mode improves performance by removing unused columns, outputs, and components from the execution plan of the data flow task.

[!참고]

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 데이터 흐름 태스크.

참고 항목

참조

IDTSPipeline100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스