语言

DTSBufferManagerClass.GetRowWidth(Int32) 方法

定义

获取缓冲区类型定义中行的大小。

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

指定的缓冲区类型定义,返回其行大小。

返回

一个无符号整数,指定缓冲区类型定义中行的大小(字节单位)。

实现

适用于