IDTSPipeline100.BLOBTempStoragePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property System::String ^ BLOBTempStoragePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(121)]
public 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 Property BLOBTempStoragePath As String
属性值
一个 字符串 ,其中包含二进制大型对象临时写入磁盘的路径。
- 属性
注解
当数据流任务处理包含大于系统上可用内存的 BLOB 数据的列时,它会临时将数据从 BLOB 写入文件系统。 此属性指定任务使用的文件系统上的位置。 可以指定多个目录,并用分号来分隔这些目录名。 默认情况下,使用 TEMP 环境变量指定的目录。
有关此属性和相关属性的简要讨论,这些属性可用于优化数据流任务的性能,请参阅数据流任务中的“改进数据流任务的性能”部分。