MainPipeClass.BLOBTempStoragePath 属性

定义

获取或设置一个值,指定文件系统位置,二进制大对象(BLOB)临时写入磁盘。

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

属性值

一个包含 BLOB 临时写入磁盘路径的字符串。

实现

属性

注解

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

关于该属性及可用于优化 数据流 任务性能的相关属性的简要讨论,请参见 数据流 性能特征

适用于