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

정의

지정된 버퍼 정의의 열에 대한 DTP_BUFFCOL 구조를 가져옵니다.

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)

매개 변수

hBufferType
Int32

버퍼 정의의 ID입니다.

hCol
Int32

열 핸들입니다.

pCol
DTP_BUFFCOL

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

특성

설명

이 메서드는 DTP_BUFFCOL 지정된 버퍼 형식 정의에서 매개 변수로 hCol 지정된 열의 구조를 검색합니다. 버퍼 정의 또는 열을 찾을 수 없으면 E_INVALIDARG 반환됩니다.

적용 대상