DependencyCollection メンバー

DependencyCollection クラスは、SMO のスクリプト作成操作でノード クラスの派生に使用する Dependency オブジェクトのコレクションを表します。

DependencyCollection 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド DependencyCollection DependencyCollection クラスの新しいインスタンスを初期化します。

Top

メソッド

  名前 説明
パブリック メソッド Add Dependency オブジェクトを DependencyCollection オブジェクトに追加します。
パブリック メソッド AddRange
パブリック メソッド Clear 参照先の DependencyCollection オブジェクトからすべての DependencyCollectionNode オブジェクトを削除します。
パブリック メソッド Contains 指定した DependencyCollectionNode オブジェクトが DependencyCollection オブジェクトのメンバであるかどうかを示します。
パブリック メソッド ContainsUrn
パブリック メソッド CopyTo 1 次元の配列にコレクション オブジェクトをコピーします。その際、指定されたインデックス値の位置からコピーを開始します。
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetEnumerator オブジェクトの一覧を繰り返し処理できる列挙子を取得します。
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf DependencyCollection オブジェクト内の DependencyCollectionNode オブジェクトのインデックス値を返します。
パブリック メソッド Insert DependencyCollectionNode オブジェクトを DependencyCollection オブジェクト内の指定したインデックス位置に挿入します。
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド Remove DependencyCollectionNode オブジェクトを DependencyCollection オブジェクトから削除します。
パブリック メソッド RemoveAt DependencyCollection オブジェクト内の指定したインデックス位置から、DependencyCollectionNode オブジェクトを削除します。
パブリック メソッド ToString (Object から継承されています。)

Top

プロパティ

  名前 説明
パブリック プロパティ Count DependencyCollection オブジェクトに含まれる DependencyCollectionNode オブジェクトの数を取得します。
パブリック プロパティ Item コレクション内にある指定したインデックス番号の DependencyCollectionNode オブジェクトを取得します。

Top