Leggere in inglese

Condividi tramite


Proprietà DefaultBufferMaxRows

Gets or sets the maximum number of rows the task allows in an IDTSBuffer100 buffer.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

C#
int DefaultBufferMaxRows { get; set; }

Valore proprietà

Tipo: System. . :: . .Int32
An integer that specifies the maximum number of rows contained in the IDTSBuffer100 objects created by the task.

Osservazioni

The default value of this property is 10,000 rows.

For a brief discussion of this property and related properties that can be used to optimize the performance of the Data Flow task, see the section "Improving the Performance of the Data Flow Task" in Attività Flusso di dati.