Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the size of the row defined for the buffer type definition.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable Function GetRowWidth ( _
hBufferType As Integer _
) As Integer
'Usage
Dim instance As DTSBufferManagerClass
Dim hBufferType As Integer
Dim returnValue As Integer
returnValue = instance.GetRowWidth(hBufferType)
public virtual int GetRowWidth(
int hBufferType
)
public:
virtual int GetRowWidth(
[InAttribute] int hBufferType
)
abstract GetRowWidth :
hBufferType:int -> int
override GetRowWidth :
hBufferType:int -> int
public function GetRowWidth(
hBufferType : int
) : int
Parameters
- hBufferType
Type: System.Int32
The specified buffer type definition whose row size is returned.
Return Value
Type: System.Int32
An unsigned integer that specifies the size, in bytes, of the row defined by the buffer type definition.
Implements
IDTSBufferManager100.GetRowWidth(Int32)