IDTSPipeline100.DefaultBufferSize 属性

定义

获取或设置任务创建对象的默认大小 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”章节。

适用于