IDTSBuffer100.GetColumnCount 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
System::UInt32 GetColumnCount();
public uint GetColumnCount ();
abstract member GetColumnCount : unit -> uint32
Public Function GetColumnCount () As UInteger
傳回
不帶正負號的整數,其中包含 idtsbuffer100.setsequentialmode中的資料行數目。
備註
這個方法會傳回 idtsbuffer100.setsequentialmode中包含的資料行數目。 如果緩衝區是使用 CreateFlatBuffer 方法所建立,則方法會失敗,並擲回 DTS_E_BUFFERISFLAT 的例外狀況。