IDTSBuffer100.GetColumnInfo(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 the specified column in an IDTSBuffer100.
public:
void GetColumnInfo(int hCol, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTP_BUFFCOL % pCol);
public void GetColumnInfo (int hCol, out Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_BUFFCOL pCol);
abstract member GetColumnInfo : int * DTP_BUFFCOL -> unit
Public Sub GetColumnInfo (hCol As Integer, ByRef pCol As DTP_BUFFCOL)
Parameters
- hCol
- Int32
The column handle.
- pCol
- DTP_BUFFCOL
An out DTP_BUFFCOL structure.
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.
Managed component developers do not call this method, but instead use the GetColumnInfo method of the managed PipelineBuffer class.