IDTSBufferManager100.GetColumnCount(Int32) Méthode

Définition

public:
 System::UInt32 GetColumnCount(int hBufferType);
[System.Runtime.InteropServices.DispId(123)]
public uint GetColumnCount (int hBufferType);
[<System.Runtime.InteropServices.DispId(123)>]
abstract member GetColumnCount : int -> uint32
Public Function GetColumnCount (hBufferType As Integer) As UInteger

Paramètres

hBufferType
Int32

Retours

Entier qui spécifie le nombre de colonnes définies pour l’objet IDTSBuffer100 inscrit.

Attributs

Remarques

La méthode GetColumnCount retourne le nombre de colonnes définies pour l’objet IDTSBuffer100 identifié par le hBufferType paramètre. Si la définition de mémoire tampon spécifiée par hBufferType n’existe pas, une erreur E_INVALIDARG se produit.

S’applique à