Share via


MainPipeClass.EngineThreads 속성

Gets or sets the number of threads a data flow task uses.

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

구문

‘선언
Public Overridable Property EngineThreads As Integer 
    Get 
    Set
‘사용 방법
Dim instance As MainPipeClass 
Dim value As Integer 

value = instance.EngineThreads

instance.EngineThreads = value
public virtual int EngineThreads { get; set; }
public:
virtual property int EngineThreads {
    int get ();
    void set (int value);
}
abstract EngineThreads : int with get, set 
override EngineThreads : int with get, set
function get EngineThreads () : int 
function set EngineThreads (value : int)

속성 값

유형: System.Int32
The number of threads the data flow task can use during execution.

구현

IDTSPipeline100.EngineThreads

주의

The default value for this property is 5. The value of 1 is not permitted.

This property provides a suggestion to the data flow engine about the number of threads to use. However, the engine will not use more threads than it needs, regardless of the value of this property. The engine may also use more threads than specified in this property, if necessary to avoid concurrency issues.

For more information, see 실행 계획 및 버퍼 할당.

For a brief discussion of this property and related properties that can be used to optimize the performance of the Data Flow task, see 데이터 흐름 성능 기능.

참고 항목

참조

MainPipeClass 클래스

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