Compartilhar via


Propriedade do RDL IDTSPipeline100.DefaultBufferSize

Gets or sets the default size of the IDTSBuffer100 objects created by the task.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Property DefaultBufferSize As Integer 
    Get 
    Set
'Uso
Dim instance As IDTSPipeline100 
Dim value As Integer 

value = instance.DefaultBufferSize

instance.DefaultBufferSize = value
int DefaultBufferSize { get; set; }
property int DefaultBufferSize {
    int get ();
    void set (int value);
}
abstract DefaultBufferSize : int with get, set
function get DefaultBufferSize () : int 
function set DefaultBufferSize (value : int)

Valor da propriedade

Tipo: System.Int32
An integer that contains the default size, in bytes, of the IDTSBuffer100 objects created by the task.

Comentários

The default value of this property is 10 megabytes, with a maximum of 100 megabytes.

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 Tarefa de Fluxo de Dados.

Consulte também

Referência

IDTSPipeline100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper