MainPipeClass.BufferTempStoragePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于临时缓存缓冲区数据的文件系统路径。
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 环境变量指定的目录。
有关此属性和相关属性的简要讨论,这些属性可用于优化数据流任务的性能,请参阅数据流性能功能。