IDTSBufferManager100.GetColumnInfo(Int32, Int32, DTP_BUFFCOL) Méthode

Définition

Obtient la structure DTP_BUFFCOL d'une colonne dans une définition de mémoire tampon spécifiée.

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)

Paramètres

hBufferType
Int32

ID de la définition d'une mémoire tampon.

hCol
Int32

Descripteur de colonne.

pCol
DTP_BUFFCOL

Paramètre de référence où le DTP_BUFFCOL pour la colonne est stocké.

Attributs

Remarques

Cette méthode récupère la DTP_BUFFCOL structure de la colonne spécifiée par le hCol paramètre dans la définition de type de mémoire tampon spécifiée. Si la définition de la mémoire tampon ou la colonne est introuvable, une E_INVALIDARG est retournée.

S’applique à