IDTSFtpClientConnection100.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.
Ottiene o imposta le dimensioni del blocco.
public:
property int ChunkSize { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(8)]
public int ChunkSize { [System.Runtime.InteropServices.DispId(8)] get; [System.Runtime.InteropServices.DispId(8)] set; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
[<set: System.Runtime.InteropServices.DispId(8)>]
member this.ChunkSize : int with get, set
Public Property ChunkSize As Integer
Valore della proprietà
Dimensioni del blocco.
- Attributi