Compartir a través de


Buffer Propiedad

Gets the ID of a PipelineBuffer that is allocated for an IDTSInput100 object and provided to the component in the ProcessInput method.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Buffer As Integer
    Get
'Uso
Dim instance As IDTSInput100
Dim value As Integer

value = instance.Buffer
int Buffer { get; }
property int Buffer {
    int get ();
}
abstract Buffer : int
function get Buffer () : int

Valor de la propiedad

Tipo: System. . :: . .Int32
The ID of the PipelineBuffer allocated for the IDTSInput100 object.

Comentarios

This property is used when calling methods of the IDTSBufferManager100 interface that require the ID of the PipelineBuffer as a parameter to the method. For example, the FindColumnByLineageID method, which retrieves the index of a column in a PipelineBuffer row, requires the ID of the PipelineBuffer as the first parameter.