IDTSInput100.Buffer 属性

定义

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

属性值

PipelineBuffer 对象分配的 IDTSInput100 的 ID。

属性

注解

调用需要作为参数的接口的 ID PipelineBuffer 的接口的方法IDTSBufferManager100时,将使用此属性。 例如, FindColumnByLineageID 检索行中 PipelineBuffer 列的索引的方法需要作为第一个参数的 PipelineBuffer ID。

适用于