MainPipeClass.BufferManager Property
Gets the IDTSBufferManager90 object.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
语法
声明
<DispIdAttribute(116)> _
Public Overridable ReadOnly Property BufferManager As IDTSBufferManager90 Implements IDTSPipeline90.BufferManager
[DispIdAttribute(116)]
public virtual IDTSBufferManager90 IDTSPipeline90.BufferManager { get; }
[DispIdAttribute(116)]
public:
virtual property IDTSBufferManager90^ BufferManager {
IDTSBufferManager90^ get () = IDTSPipeline90::BufferManager::get;
}
J# 支持显式接口实现的使用,但不支持新接口实现的声明。
JScript 支持显式接口实现的使用,但不支持新接口实现的声明。
属性值
The IDTSBufferManager90 object.
备注
The BufferManager property creates and manages the IDTSBuffer90 objects used by the components contained in the data flow task during execution.
线程安全
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
MainPipeClass Class
MainPipeClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace