IDTSBufferManager100.GetColumnCount(Int32) 方法

定义

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错误。

适用于