Condividi tramite


IDTSBufferManager100.GetColumnCount(Int32) Metodo

Definizione

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

Restituisce

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 dal hBufferType parametro . Se la definizione del buffer specificata da hBufferType non esiste, si verifica un errore di E_INVALIDARG.

Si applica a