IDTSConnectionManagerHttp100.ChunkSize プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
読み書き操作中にサーバーから取得または送信すべき最小バイト数を示す値を取得または設定します。
public:
property int ChunkSize { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(18)]
public int ChunkSize { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.ChunkSize : int with get, set
Public Property ChunkSize As Integer
プロパティ値
取得または送信する最小バイト数。
- 属性