IDTSPipeline100.BLOBTempStoragePath 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.
public:
property System::String ^ BLOBTempStoragePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(121)]
public string BLOBTempStoragePath { [System.Runtime.InteropServices.DispId(121)] get; [System.Runtime.InteropServices.DispId(121)] set; }
[<System.Runtime.InteropServices.DispId(121)>]
[<get: System.Runtime.InteropServices.DispId(121)>]
[<set: System.Runtime.InteropServices.DispId(121)>]
member this.BLOBTempStoragePath : string with get, set
Public Property BLOBTempStoragePath As String
Property Value
A String that contains the path where Binary Large Objects are temporarily written to disk.
- Attributes
Remarks
When the data flow task processes a column containing BLOB data that is larger than the available memory on the system, it temporarily writes data from the BLOB to the file system. This property specifies the location on the file system that is used by the task. 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 the section "Improving the Performance of the Data Flow Task" in Data Flow Task.