IDTSPipeline100.BLOBTempStoragePath 属性

定义

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

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

关于该属性及可用于优化数据流任务性能的相关属性的简要讨论,请参见数据流 Task中的“提升The Performance of the 数据流 Task”章节。

适用于