IDTSHttpClientConnection100.ChunkSize 属性

定义

获取或设置一个值,该值指示在读/写操作期间要从服务器检索或向服务器发送的最小字节数。

public:
 property int ChunkSize { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(25)]
public int ChunkSize { [System.Runtime.InteropServices.DispId(25)] get; [System.Runtime.InteropServices.DispId(25)] set; }
[<System.Runtime.InteropServices.DispId(25)>]
[<get: System.Runtime.InteropServices.DispId(25)>]
[<set: System.Runtime.InteropServices.DispId(25)>]
member this.ChunkSize : int with get, set
Public Property ChunkSize As Integer

属性值

要检索或发送的最小字节数。

属性

适用于