Свойство 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.