MainPipeClass.BufferTempStoragePath 属性

定义

获取或设置用于临时缓存缓冲区数据的文件系统路径。

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

属性值

一个字符串,指定任务用于临时缓存缓冲区数据的文件系统位置。

实现

属性

注解

可以指定多个目录,并用分号来分隔这些目录名。 默认情况下,使用 TEMP 环境变量指定的目录。

有关此属性和相关属性的简要讨论,这些属性可用于优化数据流任务的性能,请参阅数据流性能功能

适用于