Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.