IDTSBufferManager100.GetColumnCount(Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 definidas para el objeto IDTSBuffer100 registrado.
- Atributos
Comentarios
El método GetColumnCount devuelve el número de columnas definidas para el objeto IDTSBuffer100 identificado por el hBufferType parámetro. Si la definición de búfer especificada por hBufferType no existe, se produce un error de E_INVALIDARG.