IDTSBufferManager100.GetColumnCount(Int32) Método

Definición

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

Devoluciones

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

Atributos

Comentarios

El método GetColumnCount 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