다음을 통해 공유


IDTSPipeline100.BufferTempStoragePath 속성

Gets or sets the file system path used to temporarily cache buffer data.

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

구문

‘선언
Property BufferTempStoragePath As String 
    Get 
    Set
‘사용 방법
Dim instance As IDTSPipeline100 
Dim value As String 

value = instance.BufferTempStoragePath

instance.BufferTempStoragePath = value
string BufferTempStoragePath { get; set; }
property String^ BufferTempStoragePath {
    String^ get ();
    void set (String^ value);
}
abstract BufferTempStoragePath : string with get, set
function get BufferTempStoragePath () : String 
function set BufferTempStoragePath (value : String)

속성 값

유형: System.String
A String that specifies the file system location used by the task to temporarily cache buffer data.

주의

This collection contains the data flow components that have been added to the task. Components are created and added to the collection by calling the New method.

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 네임스페이스