IDTSPipeline100.DefaultBufferSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置任务创建对象的默认大小 IDTSBuffer100 。
public:
property int DefaultBufferSize { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(120)]
public int DefaultBufferSize { [System.Runtime.InteropServices.DispId(120)] get; [System.Runtime.InteropServices.DispId(120)] set; }
[<System.Runtime.InteropServices.DispId(120)>]
[<get: System.Runtime.InteropServices.DispId(120)>]
[<set: System.Runtime.InteropServices.DispId(120)>]
member this.DefaultBufferSize : int with get, set
Public Property DefaultBufferSize As Integer
属性值
一个整数,包含任务创建对象的默认大小(字节 IDTSBuffer100 )。
- 属性
注解
该属性的默认值为10兆字节,最大为100兆字节。
关于该属性及可用于优化数据流任务性能的相关属性的简要讨论,请参见数据流 Task中的“提升The Performance of the 数据流 Task”章节。