Linguaggio

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

L'ID del buffer registrato.

Valori restituiti

Un intero che specifica il numero di colonne definite per l'oggetto registrato IDTSBuffer100 .

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