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

傳回

UInt32

整數,指定針對已註冊之 idtsbuffer100.setsequentialmode 物件定義的資料行數目。

屬性

備註

GetColumnCount 方法會傳回針對參數所識別之 idtsbuffer100.setsequentialmode 物件所定義的資料行數目 hBufferType 。 如果 hBufferType 所指定的緩衝區定義不存在,就會發生 E_INVALIDARG 錯誤。

適用於