IDTSInput100.Buffer 속성

Gets the ID of a PipelineBuffer that is allocated for an IDTSInput100 object and provided to the component in the ProcessInput method.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
ReadOnly Property Buffer As Integer 
    Get
‘사용 방법
Dim instance As IDTSInput100 
Dim value As Integer 

value = instance.Buffer
int Buffer { get; }
property int Buffer {
    int get ();
}
abstract Buffer : int
function get Buffer () : int

속성 값

유형: System.Int32
The ID of the PipelineBuffer allocated for the IDTSInput100 object.

주의

This property is used when calling methods of the IDTSBufferManager100 interface that require the ID of the PipelineBuffer as a parameter to the method. For example, the FindColumnByLineageID method, which retrieves the index of a column in a PipelineBuffer row, requires the ID of the PipelineBuffer as the first parameter.

참고 항목

참조

IDTSInput100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스