DTSBufferManagerClass.GetColumnCount(Int32) 方法

定义

public:
 virtual System::UInt32 GetColumnCount(int hBufferType) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBufferManager100::GetColumnCount;
public virtual uint GetColumnCount(int hBufferType);
abstract member GetColumnCount : int -> uint32
override this.GetColumnCount : int -> uint32
Public Overridable Function GetColumnCount (hBufferType As Integer) As UInteger

参数

hBufferType
Int32

返回

一个整 ,指定注册IDTSBuffer100对象定义的列数。

实现

注解

GetColumnCount方法返回IDTSBuffer100 hBufferType 对象定义的列数,该列由该参数识别。 如果不存在 的 hBufferType 缓冲区定义,则会出现E_INVALIDARG错误。

适用于