IDTSInput100.Buffer 属性

定义

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

属性值

ProcessInput(Int32, PipelineBuffer) 对象分配的 IDTSInput100 的 ID。

属性

注解

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

适用于