IDTSBufferManager100.GetRowWidth(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得針對緩衝區類型定義所定義的資料列大小 (以位元組為單位)。
public:
int GetRowWidth(int hBufferType);
[System.Runtime.InteropServices.DispId(125)]
public int GetRowWidth (int hBufferType);
[<System.Runtime.InteropServices.DispId(125)>]
abstract member GetRowWidth : int -> int
Public Function GetRowWidth (hBufferType As Integer) As Integer
參數
- hBufferType
- Int32
傳回資料列大小的指定緩衝區類型定義。
傳回
不帶正負號的整數,可指定緩衝區類型定義所定義的資料列大小 (以位元組為單位)。
- 屬性