PrecedenceConstraints 类

定义

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

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

字段

m_unmanagedColl

非托管集合。

(继承自 DTSReadOnlyCollectionBase)

属性

Count

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

(继承自 DTSReadOnlyCollectionBase)
IsSynchronized

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

(继承自 DTSReadOnlyCollectionBase)
Item[Object]

从集合中获取一个 PrecedenceConstraint 对象。

SyncRoot

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

(继承自 DTSReadOnlyCollectionBase)

方法

Add(Executable, Executable)

将指定的 Executable 作为优先约束添加到 PrecedenceConstraints 集合。

Contains(Object)

指示是否可以通过使用索引访问集合中的项而不引发异常。

CopyTo(Array, Int32)

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

(继承自 DTSReadOnlyCollectionBase)
CreateManagedObject(Object)

从非托管对象创建托管对象。

(继承自 DTSReadOnlyCollectionBase)
GetCount()

检索集合中对象的数目。

(继承自 DTSReadOnlyCollectionBase)
GetEnumerator()

返回用于遍历 PrecedenceConstraints 集合的枚举器。

GetManagedEnumerator(Object)

从非托管枚举器获取托管枚举器。

(继承自 DTSReadOnlyCollectionBase)
Join(PrecedenceConstraint)

将指定的优先约束加入集合。

Remove(Object)

将指定的项作为优先约束从 PrecedenceConstraints 集合中删除。

适用于