IDTSInput100.BufferBase Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property BufferBase As Integer
    Get
'Usage
Dim instance As IDTSInput100
Dim value As Integer

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

Property Value

Type: System.Int32