IDTSBufferManager100.GetColumnCount(Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Parametri
- hBufferType
- Int32
Valori restituiti
Un intero che specifica il numero di colonne definite per l'oggetto IDTSBuffer100 registrato.
- Attributi
Commenti
Il metodo GetColumnCount restituisce il numero di colonne definite per l'oggetto IDTSBuffer100 identificato hBufferType dal parametro. Se la definizione del buffer specificata da hBufferType non esiste, si verifica un errore di E_INVALIDARG.