IDTSBufferManager100.GetColumnCount(Int32) Metodo

Definizione

Ottiene il numero di colonne in un tipo di buffer registrato specificato.

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

ID del buffer registrato.

Restituisce

Valore intero che specifica il numero di colonne definito per l'oggetto IDTSBuffer100 registrato.

Attributi

Commenti

Il GetColumnCount metodo 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