DependencyCollection Members
DependencyCollection クラスは、SQL Server 管理オブジェクト (SMO) のスクリプト作成操作でノード クラスの派生に使用する Dependency オブジェクトのコレクションを表します。
DependencyCollection データ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
名前 | 説明 | |
---|---|---|
DependencyCollection | DependencyCollection クラスの新しいインスタンスを初期化します。 |
このページのトップへ
パブリック プロパティ
名前 | 説明 | |
---|---|---|
Count | DependencyCollection オブジェクトに含まれる DependencyCollectionNode オブジェクトの数を取得します。 | |
Item | コレクション内にある、指定したインデックス番号の DependencyCollectionNode オブジェクトを取得します。 |
このページのトップへ
パブリック メソッド
( プロテクト メソッド も参照)
名前 | 説明 | |
---|---|---|
Add | Dependency オブジェクトを DependencyCollection オブジェクトに追加します。 | |
AddRange | ||
Clear | 参照先の DependencyCollection オブジェクトからすべての DependencyCollectionNode オブジェクトを削除します。 | |
Contains | 指定した DependencyCollectionNode オブジェクトが DependencyCollection オブジェクトのメンバであるかどうかを示します。 | |
ContainsUrn | 指定したオブジェクトが DependencyCollection オブジェクトのメンバであるかどうかを示します。 | |
CopyTo | 1 次元の配列にコレクション オブジェクトをコピーします。その際、指定したインデックス値からコピーを開始します。 | |
Equals | オーバーロードされます。 ( Object から継承されます) | |
GetEnumerator | オブジェクトの一覧を繰り返し処理できる列挙子を取得します。 | |
GetHashCode | ( Object から継承されます) | |
GetType | ( Object から継承されます) | |
IndexOf | DependencyCollection オブジェクト内の DependencyCollectionNode オブジェクトのインデックス値を返します。 | |
Insert | DependencyCollectionNode オブジェクトを DependencyCollection オブジェクト内の指定したインデックス位置に挿入します。 | |
ReferenceEquals | ( Object から継承されます) | |
Remove | DependencyCollectionNode オブジェクトを DependencyCollection オブジェクトから削除します。 | |
RemoveAt | DependencyCollection オブジェクト内の指定したインデックス位置から、DependencyCollectionNode オブジェクトを削除します。 | |
ToString | ( Object から継承されます) |
このページのトップへ
プロテクト メソッド
名前 | 説明 | |
---|---|---|
Finalize | ( Object から継承されます) | |
MemberwiseClone | ( Object から継承されます) |
このページのトップへ
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator | ||
System.Collections.Generic.ICollection<DependencyCollectionNode>.IsReadOnly |
このページのトップへ
参照
関連項目
DependencyCollection Class
Microsoft.SqlServer.Management.Smo Namespace