Поделиться через


DTSBufferManagerClass.GetRowWidth Method

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

Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Синтаксис

'Декларация
<DispIdAttribute(125)> _
Public Overridable Function GetRowWidth ( _
    <InAttribute> hBufferType As Integer _
) As Integer Implements IDTSBufferManager90.GetRowWidth
[DispIdAttribute(125)] 
public virtual int IDTSBufferManager90.GetRowWidth (
    [InAttribute] int hBufferType
)
[DispIdAttribute(125)] 
public:
virtual int GetRowWidth (
    [InAttribute] int hBufferType
) = IDTSBufferManager90::GetRowWidth
J# поддерживает использование явных реализаций интерфейса, но не объявление новых.
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Параметры

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

Возвращаемое значение

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

DTSBufferManagerClass Class
DTSBufferManagerClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace