DTSBufferManagerClass.GetRowWidth(Int32) Method

Definition

Gets the size of the row defined for the buffer type definition.

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

Parameters

hBufferType
Int32

The specified buffer type definition whose row size is returned.

Returns

An unsigned integer that specifies the size, in bytes, of the row defined by the buffer type definition.

Implements

Applies to