Udostępnij przez


DTSBufferManagerClass.GetRowWidth Method

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

'Deklaracja
<DispIdAttribute(125)> _
Public Overridable Function GetRowWidth ( _
    <InAttribute> hBufferType As Integer _
) As Integer Implements IDTSBufferManager100.GetRowWidth
[DispIdAttribute(125)] 
public virtual int IDTSBufferManager100.GetRowWidth (
    [InAttribute] int hBufferType
)
[DispIdAttribute(125)] 
public:
virtual int GetRowWidth (
    [InAttribute] int hBufferType
) = IDTSBufferManager100::GetRowWidth
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • hBufferType
    The specified buffer type definition whose row size is returned.

Return Value

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.