Partager via


Propriété MainPipeClass.DefaultBufferMaxRows

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property DefaultBufferMaxRows As Integer 
    Get 
    Set
'Utilisation
Dim instance As MainPipeClass 
Dim value As Integer 

value = instance.DefaultBufferMaxRows

instance.DefaultBufferMaxRows = value
public virtual int DefaultBufferMaxRows { get; set; }
public:
virtual property int DefaultBufferMaxRows {
    int get ();
    void set (int value);
}
abstract DefaultBufferMaxRows : int with get, set 
override DefaultBufferMaxRows : int with get, set
function get DefaultBufferMaxRows () : int 
function set DefaultBufferMaxRows (value : int)

Valeur de propriété

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

Implémente

IDTSPipeline100.DefaultBufferMaxRows

Notes

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 Fonctionnalités de performances de flux de données.

Voir aussi

Référence

MainPipeClass Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper