IDTSPipeline100.BufferTempStoragePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property System::String ^ BufferTempStoragePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(122)]
public string BufferTempStoragePath { [System.Runtime.InteropServices.DispId(122)] get; [System.Runtime.InteropServices.DispId(122)] set; }
[<System.Runtime.InteropServices.DispId(122)>]
[<get: System.Runtime.InteropServices.DispId(122)>]
[<set: System.Runtime.InteropServices.DispId(122)>]
member this.BufferTempStoragePath : string with get, set
Public Property BufferTempStoragePath As String
属性值
一个 字符串 ,指定任务用于临时缓存缓冲区数据的文件系统位置。
- 属性
注解
此集合包含已添加到任务的数据流组件。 组件通过调用 New 方法创建并添加到集合中。
有关此属性和相关属性的简要讨论,这些属性可用于优化数据流任务的性能,请参阅数据流任务中的“改进数据流任务的性能”部分。