IDTSPipeline100.DefaultBufferMaxRows Proprietà

Definizione

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

Valore della proprietà

Un intero che specifica il numero massimo di righe contenute negli IDTSBuffer100 oggetti creati dal compito.

Attributi

Commenti

Il valore predefinito di questa proprietà è 10.000 righe.

Per una breve discussione su questa proprietà e proprietà correlate che possono essere utilizzate per ottimizzare le prestazioni del task Flusso di dati, vedi la sezione "Improving the Performance of the Flusso di dati Task" in Flusso di dati Task.

Si applica a