IDTSBufferManager100.GetColumnCount(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.