PipelineComponentInfos 类

定义

包含 PipelineComponentInfo 对象的集合。 此类不能被继承。

public ref class PipelineComponentInfos sealed : Microsoft::SqlServer::Dts::Runtime::DTSReadOnlyCollectionBase
public sealed class PipelineComponentInfos : Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
type PipelineComponentInfos = class
    inherit DTSReadOnlyCollectionBase
Public NotInheritable Class PipelineComponentInfos
Inherits DTSReadOnlyCollectionBase
继承
PipelineComponentInfos

字段

名称 说明
m_unmanagedColl

未管理的收藏。

(继承自 DTSReadOnlyCollectionBase)

属性

名称 说明
Count

获取实例中包含的 DTSReadOnlyCollectionBase 元素数。

(继承自 DTSReadOnlyCollectionBase)
IsSynchronized

获取一个值,该值指示对 DTSReadOnlyCollectionBase 同步的访问是否同步(线程安全)。

(继承自 DTSReadOnlyCollectionBase)
Item[Object]

返回 PipelineComponentInfo 集合中的一个对象。

SyncRoot

获取可用于同步对 . DTSReadOnlyCollectionBase的访问的对象。

(继承自 DTSReadOnlyCollectionBase)

方法

名称 说明
Contains(Object)

返回一个布尔值,指示集合中的项目是否可以通过索引访问而不抛出异常。

CopyTo(Array, Int32)

将整个 DTSReadOnlyCollectionBase 复制到兼容的一维数组,从目标数组的指定索引处开始。

(继承自 DTSReadOnlyCollectionBase)
CreateManagedObject(Object)

从未管理对象创建受管理对象。

(继承自 DTSReadOnlyCollectionBase)
GetCount()

检索集合中的对象数。

(继承自 DTSReadOnlyCollectionBase)
GetEnumerator()

返回 PipelineComponentInfoEnumerator 一个枚举器,用于对集合进行 PipelineComponentInfos 迭代。

GetManagedEnumerator(Object)

从一个未管理的枚举器中获取管理枚举器。

(继承自 DTSReadOnlyCollectionBase)

适用于