IDTSInput100.BufferBase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the abstract base class of the IDTSInput100.
public:
property int BufferBase { int get(); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_HBUFFERTYPE")]
[System.Runtime.InteropServices.DispId(118)]
public int BufferBase { [System.Runtime.InteropServices.DispId(118)] get; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_HBUFFERTYPE")>]
[<System.Runtime.InteropServices.DispId(118)>]
[<get: System.Runtime.InteropServices.DispId(118)>]
member this.BufferBase : int
Public ReadOnly Property BufferBase As Integer
Property Value
The abstract base class of the IDTSInput100.
- Attributes