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.
Obtient le nombre de colonnes dans un type de tampon enregistré spécifié.
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
ID de la mémoire tampon enregistrée.
Retours
Entier qui spécifie le nombre de colonnes défini pour l'objet IDTSBuffer100 enregistré.
- Attributs
Remarques
La GetColumnCount méthode 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.