Compartilhar via


Propriedade do RDL IDTSInput100.BufferBase

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the abstract base class of the IDTSInput100.

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

Sintaxe

'Declaração
ReadOnly Property BufferBase As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
The abstract base class of the IDTSInput100.

Consulte também

Referência

IDTSInput100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper