IDTSBufferManager100.GetColumnInfo(Int32, Int32, DTP_BUFFCOL) Method

Definition

Gets the DTP_BUFFCOL structure for a column in a specified buffer definition.

public:
 void GetColumnInfo(int hBufferType, int hCol, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTP_BUFFCOL % pCol);
[System.Runtime.InteropServices.DispId(122)]
public void GetColumnInfo (int hBufferType, int hCol, out Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_BUFFCOL pCol);
[<System.Runtime.InteropServices.DispId(122)>]
abstract member GetColumnInfo : int * int * DTP_BUFFCOL -> unit
Public 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.

Attributes

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 is returned.

Applies to