Compartir a través de


DTSBufferManagerClass.GetRowWidth Método

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Public Overridable Function GetRowWidth ( _
    hBufferType As Integer _
) As Integer
'Uso
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

Parámetros

  • hBufferType
    Tipo: System.Int32
    The specified buffer type definition whose row size is returned.

Valor devuelto

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

Implementa

IDTSBufferManager100.GetRowWidth(Int32)

Vea también

Referencia

DTSBufferManagerClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper