IDTSInput100.Buffer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得針對 PipelineBuffer 物件配置並且在 IDTSInput100 方法中提供給元件之 ProcessInput(Int32, PipelineBuffer) 的識別碼。
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
屬性值
為 PipelineBuffer 物件配置之 IDTSInput100 的識別碼。
- 屬性
備註
呼叫需要的識別碼做為方法之參數的介面方法時,會使用這個屬性 IDTSBufferManager100 PipelineBuffer 。 例如,在資料 FindColumnByLineageID 列中抓取資料行索引的方法,需要的 PipelineBuffer 識別碼 PipelineBuffer 為第一個參數。