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

UInt32

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' IDTSBuffer100 oggetto identificato dal hBufferType parametro. Se la definizione del buffer specificata da non hBufferType esiste, si verificherà un errore E_INVALIDARG.

Si applica a