DTSBufferManagerClass.GetRowWidth(Int32) 方法

定義

public:
 virtual int GetRowWidth(int hBufferType) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSBufferManager100::GetRowWidth;
public virtual int GetRowWidth (int hBufferType);
abstract member GetRowWidth : int -> int
override this.GetRowWidth : int -> int
Public Overridable Function GetRowWidth (hBufferType As Integer) As Integer

參數

hBufferType
Int32

傳回

Int32

不帶正負號的整數,可指定緩衝區類型定義所定義的資料列大小 (以位元組為單位)。

實作

適用於