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 环境变量指定的目录。

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

适用于