DependencyChainCollection Class
DependencyChainCollection クラスは、依存関係検出操作で使用される Dependency オブジェクトのコレクションを表します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoEnum (microsoft.sqlserver.smoenum.dll 内)
構文
'宣言
<ComVisibleAttribute(False)> _
<DefaultMemberAttribute("Item")> _
Public Class DependencyChainCollection
Inherits ArrayList
[ComVisibleAttribute(false)]
[DefaultMemberAttribute("Item")]
public class DependencyChainCollection : ArrayList
[ComVisibleAttribute(false)]
[DefaultMemberAttribute(L"Item")]
public ref class DependencyChainCollection : public ArrayList
/** @attribute ComVisibleAttribute(false) */
/** @attribute DefaultMemberAttribute("Item") */
public class DependencyChainCollection extends ArrayList
ComVisibleAttribute(false)
DefaultMemberAttribute("Item")
public class DependencyChainCollection extends ArrayList
解説
この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。
継承階層
System.Object
System.Collections.ArrayList
Microsoft.SqlServer.Management.Smo.DependencyChainCollection
使用例
Visual Basic .NET でデータベースの依存関係のスクリプトを作成する方法
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
DependencyChainCollection Members
Microsoft.SqlServer.Management.Smo Namespace