Compartir a través de


IDTSBufferManager90.GetRowWidth Method

Gets the size, in bytes, of the row defined for the buffer type definition.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<DispIdAttribute(125)> _
Function GetRowWidth ( _
    <InAttribute> hBufferType As Integer _
) As Integer
[DispIdAttribute(125)] 
int GetRowWidth (
    [InAttribute] int hBufferType
)
[DispIdAttribute(125)] 
int GetRowWidth (
    [InAttribute] int hBufferType
)
/** @attribute DispIdAttribute(125) */ 
int GetRowWidth (
    /** @attribute InAttribute() */ int hBufferType
)
DispIdAttribute(125) 
function GetRowWidth (
    hBufferType : int
) : int

Parámetros

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

Valor devuelto

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

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IDTSBufferManager90 Interface
IDTSBufferManager90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace