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

Un entier qui spécifie le nombre de colonnes définies pour l’objet IDTSBuffer100 enregistré.

Attributs

Remarques

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

S’applique à