다음을 통해 공유


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입니다.

특성

설명

이 속성은 의 ID ProcessInput 가 필요한 인터페이스의 메서드를 IDTSBufferManager100 메서드에 대한 매개 변수로 호출할 때 사용됩니다. 예를 들어 FindColumnByLineageID 행에 있는 열의 인덱스를 검색하는 메서드에는 ProcessInput 의 ID ProcessInput 가 첫 번째 매개 변수로 필요합니다.

적용 대상