IDTSPipeline100.DefaultBufferSize 属性

定义

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 兆字节。

有关此属性和相关属性的简要讨论,这些属性可用于优化数据流任务的性能,请参阅数据流任务中的“改进数据流任务的性能”部分。

适用于