Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Creates an IDTSBuffer90 of the specified size.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
<DispIdAttribute(112)> _
Public Overridable Function CreateFlatBuffer ( _
<InAttribute> lSize As Integer, _
<InAttribute> pOwner As IDTSComponentMetaData90 _
) As IDTSBuffer90 Implements IDTSBufferManager90.CreateFlatBuffer
[DispIdAttribute(112)]
public virtual IDTSBuffer90 IDTSBufferManager90.CreateFlatBuffer (
[InAttribute] int lSize,
[InAttribute] IDTSComponentMetaData90 pOwner
)
[DispIdAttribute(112)]
public:
virtual IDTSBuffer90^ CreateFlatBuffer (
[InAttribute] int lSize,
[InAttribute] IDTSComponentMetaData90^ pOwner
) = IDTSBufferManager90::CreateFlatBuffer
J# поддерживает использование явных реализаций интерфейса, но не объявление новых.
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- lSize
The size, in bytes, of the new IDTSBuffer90.
- pOwner
The IDTSComponentMetaData90 object of the component that owns the buffer.
Возвращаемое значение
The newly created IDTSBuffer90 object.
Замечания
This method allocates an IDTSBuffer90 object of the specified size. Flat buffers are not created using an existing buffer definition and contain no columns or rows. Flat buffers are private and their use is specific to the component that requests it.
Синхронизация потоков
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