This topic has not yet been rated - Rate this topic

MainPipeClass.BufferTempStoragePath Property

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
public virtual string BufferTempStoragePath { get; set; }

Property Value

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

Implements

IDTSPipeline100.BufferTempStoragePath

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.

Did you find this helpful?
(1500 characters remaining)