DTSBufferManagerClass.GetColumnInfo(Int32, Int32, DTP_BUFFCOL) Method
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 DTP_BUFFCOL structure for a column in the specified buffer definition.
public:
virtual void GetColumnInfo(int hBufferType, int hCol, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTP_BUFFCOL % pCol) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBufferManager100::GetColumnInfo;
public virtual void GetColumnInfo (int hBufferType, int hCol, out Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_BUFFCOL pCol);
abstract member GetColumnInfo : int * int * DTP_BUFFCOL -> unit
override this.GetColumnInfo : int * int * DTP_BUFFCOL -> unit
Public Overridable Sub GetColumnInfo (hBufferType As Integer, hCol As Integer, ByRef pCol As DTP_BUFFCOL)
Parameters
- hBufferType
- Int32
The ID of the buffer definition.
- hCol
- Int32
The column handle.
- pCol
- DTP_BUFFCOL
A reference parameter where the DTP_BUFFCOL for the column is stored.
Implements
Remarks
This method retrieves the DTP_BUFFCOL structure for the column specified by the hCol
parameter in the specified buffer type definition. If the buffer definition or the column is not found, an E_INVALIDARG error occurs.