Share via


IDTSInput100.BufferBase Property

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

Gets the abstract base class of the IDTSInput100.

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
The abstract base class of the IDTSInput100.

See Also

Reference

IDTSInput100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace