IDTSBufferManager100.GetRowWidth Method (Int32)

 

Applies To: SQL Server 2016 Preview

Gets the size, in bytes, 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

[DispIdAttribute(125)]
int GetRowWidth(
    int hBufferType
)
[DispIdAttribute(125)]
int GetRowWidth(
    int hBufferType
)
[<DispIdAttribute(125)>]
abstract GetRowWidth : 
        hBufferType:int -> int
<DispIdAttribute(125)>
Function GetRowWidth (
    hBufferType As Integer
) As Integer

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.

See Also

IDTSBufferManager100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top