IDTSBufferManager100.GetColumnCount(Int32) Método

Definición

Obtiene el número de columnas en un tipo de búfer registrado especificado.

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

Parámetros

hBufferType
Int32

El identificador del búfer registrado.

Devoluciones

Un entero que especifica el número de columnas definido para el objeto IDTSBuffer100 registrado.

Atributos

Comentarios

El GetColumnCount método devuelve el número de columnas definidas para el IDTSBuffer100 objeto identificado por el hBufferType parámetro . Si la definición del búfer especificada por hBufferType no existe, se produce un error de E_INVALIDARG.

Se aplica a