MainPipeClass.BLOBTempStoragePath 属性

定义

public:
 virtual property System::String ^ BLOBTempStoragePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(121)]
public virtual 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 Overridable Property BLOBTempStoragePath As String

属性值

String

一个 字符串 ,其中包含 blob 暂时写入磁盘的路径。

实现

属性

注解

当数据流任务处理的列中包含的 BLOB 数据大于系统上的可用内存时,它会将数据从 BLOB 暂时写入文件系统。 此属性指定该任务使用的文件系统上的位置。 可以指定多个目录,并用分号来分隔这些目录名。 默认情况下,使用由 TEMP 环境变量指定的目录。

有关可用于优化数据流任务性能的此属性和相关属性的简要介绍,请参阅 数据流性能特点

适用于