DTSBufferManagerClass.GetRowWidth(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バッファーの種類の定義に対して定義されている行のサイズを取得します。
public:
virtual int GetRowWidth(int hBufferType) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::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
行サイズが返された、指定したバッファーの種類の定義です。
戻り値
バッファーの種類の定義で定義されている行のサイズ (バイト単位) を指定する符号なし整数です。