IDTSInput100.Buffer Property

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

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

Syntax

'Declaration
ReadOnly Property Buffer As Integer
    Get
'Usage
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

Property Value

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

Remarks

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.