DTSBufferManagerClass.GetColumnInfo(Int32, Int32, DTP_BUFFCOL) 메서드

정의

지정된 버퍼 정의에서 열의 구조를 DTP_BUFFCOL 얻습니다.

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)

매개 변수

hBufferType
Int32

버퍼 정의의 ID입니다.

hCol
Int32

칼럼 손잡이.

pCol
DTP_BUFFCOL

열에 저장된 참조 매개변수 DTP_BUFFCOL 입니다.

구현

설명

이 메서드는 지정된 버퍼 타입 정의에서 매개변수에 의해 DTP_BUFFCOL 지정된 열의 구조를 hCol 가져옵니다. 버퍼 정의나 열이 찾지 못하면 E_INVALIDARG 오류가 발생합니다.

적용 대상