IDTSInput100.Buffer Property

Definition

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

public:
 property int Buffer { int get(); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_HBUFFERTYPE")]
[System.Runtime.InteropServices.DispId(103)]
public int Buffer { [System.Runtime.InteropServices.DispId(103)] get; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_HBUFFERTYPE")>]
[<System.Runtime.InteropServices.DispId(103)>]
[<get: System.Runtime.InteropServices.DispId(103)>]
member this.Buffer : int
Public ReadOnly Property Buffer As Integer

Property Value

The ID of the PipelineBuffer allocated for the IDTSInput100 object.

Attributes

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.

Applies to