IDTSBufferManager100.GetColumnCount(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- hBufferType
- Int32
返回
一个整数,表示为注册 IDTSBuffer100 对象定义的列数。
- 属性
注解
GetColumnCount方法返回参数hBufferType识别的IDTSBuffer100对象定义的列数。 如果不存在 的 hBufferType 缓冲区定义,则会出现E_INVALIDARG错误。