共用方式為


IDTSInput100.Buffer Property

Definition

public:
 property int Buffer { int get(); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.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 ProcessInput(Int32, 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 ProcessInput as a parameter to the method. For example, the FindColumnByLineageID method, which retrieves the index of a column in a ProcessInput row, requires the ID of the ProcessInput as the first parameter.

Applies to