DependencyCollection Class

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

名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)

構文

'宣言
<DefaultMemberAttribute("Item")> _
Public Class DependencyCollection
    Implements IList(Of DependencyCollectionNode), ICollection(Of DependencyCollectionNode), _
    IEnumerable(Of DependencyCollectionNode), IEnumerable
[DefaultMemberAttribute("Item")] 
public class DependencyCollection : IList<DependencyCollectionNode>, ICollection<DependencyCollectionNode>, 
    IEnumerable<DependencyCollectionNode>, IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class DependencyCollection : IList<DependencyCollectionNode^>, ICollection<DependencyCollectionNode^>, 
    IEnumerable<DependencyCollectionNode^>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public class DependencyCollection implements IList<DependencyCollectionNode>, 
    ICollection<DependencyCollectionNode>, IEnumerable<DependencyCollectionNode>, IEnumerable
DefaultMemberAttribute("Item") 
public class DependencyCollection implements IList<DependencyCollectionNode>, 
    ICollection<DependencyCollectionNode>, IEnumerable<DependencyCollectionNode>, IEnumerable

解説

更新されたテキスト :

DependencyCollection オブジェクトは、一連のスクリプト作成の依存関係にアクセスするために使用できます。Item プロパティを使用して、特定の Dependency オブジェクトを取得することができます。

この名前空間、クラス、またはメンバは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

継承階層

System.Object
  Microsoft.SqlServer.Management.Smo.DependencyCollection

使用例

Visual Basic .NET でデータベースの依存関係のスクリプトを作成する方法

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

DependencyCollection Members
Microsoft.SqlServer.Management.Smo Namespace

その他の技術情報

スクリプト

変更履歴

リリース

履歴

新しい内容 :
  • DependencyCollection クラスに DependencyCollection コンストラクタが追加されました。

  • DependencyCollection クラスに AddRange メソッドが追加されました。

  • DependencyCollection クラスに Clear メソッドが追加されました。

  • DependencyCollection クラスに GetEnumerator メソッドが追加されました。

  • DependencyCollection クラスに RemoveAt メソッドが追加されました。

  • DependencyCollection クラスに Count プロパティが追加されました。