Share via


IDTSBuffer100.GetColumnInfo(Int32, DTP_BUFFCOL) Method

Definition

public:
 void GetColumnInfo(int hCol, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTP_BUFFCOL % pCol);
public void GetColumnInfo (int hCol, out Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTP_BUFFCOL pCol);
abstract member GetColumnInfo : int * DTP_BUFFCOL -> unit
Public Sub GetColumnInfo (hCol As Integer, ByRef pCol As DTP_BUFFCOL)

Parameters

hCol
Int32

Remarks

This method returns the DTP_BUFFCOL structure for the column in the IDTSBuffer100 specified by the hCol parameter. This structure contains metadata describing the column's data type properties.

Applies to