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)

優先順位制約として指定された ExecutablePrecedenceConstraints コレクションに追加します。

Contains(Object)

例外がスローされることなく、インデックスを使用してコレクション内の項目にアクセスできるかどうかを示します。

CopyTo(Array, Int32)

DTSReadOnlyCollectionBase 全体を、互換性のある 1 次元配列の、指定したインデックスから始まる位置にコピーします。

(継承元 DTSReadOnlyCollectionBase)
CreateManagedObject(Object)

アンマネージド オブジェクトからマネージド オブジェクトを作成します。

(継承元 DTSReadOnlyCollectionBase)
GetCount()

コレクション内のオブジェクトの数を取得します。

(継承元 DTSReadOnlyCollectionBase)
GetEnumerator()

PrecedenceConstraints コレクションに対する繰り返し処理で使用する列挙子を返します。

GetManagedEnumerator(Object)

アンマネージド列挙子からマネージド列挙子を取得します。

(継承元 DTSReadOnlyCollectionBase)
Join(PrecedenceConstraint)

指定された優先順位制約をコレクションに結合します。

Remove(Object)

優先順位制約として指定された項目を PrecedenceConstraints コレクションから削除します。

適用対象