MainPipeClass.BufferTempStoragePath 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.
Gets or sets the file system path used to temporarily cache buffer data.
public:
virtual property System::String ^ BufferTempStoragePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(122)]
public virtual string BufferTempStoragePath { [System.Runtime.InteropServices.DispId(122)] get; [System.Runtime.InteropServices.DispId(122)] set; }
[<System.Runtime.InteropServices.DispId(122)>]
[<get: System.Runtime.InteropServices.DispId(122)>]
[<set: System.Runtime.InteropServices.DispId(122)>]
member this.BufferTempStoragePath : string with get, set
Public Overridable Property BufferTempStoragePath As String
Property Value
A String that specifies the file system location used by the task to temporarily cache buffer data.
Implements
- Attributes
Remarks
You can specify multiple directories by delimiting the directory names with semicolons. By default, the directory specified by the TEMP environment variable is used.
For a brief discussion of this property and related properties that can be used to optimize the performance of the Data Flow task, see Data Flow Performance Features.