MainPipeClass.BLOBTempStoragePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 环境变量指定的目录。
有关可用于优化数据流任务性能的此属性和相关属性的简要介绍,请参阅 数据流性能特点。