IDTSConnectionManagerHttp100.ChunkSize Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Valore della proprietà
Numero minimo di byte da recuperare o inviare.
- Attributi