DependencyWalker.DiscoverDependencies Method (UrnCollection, DependencyType)
SQL Server インスタンス上にある Microsoft SQL Server オブジェクトの指定した Urn コレクションに対する親または子の依存リレーションシップを表す階層オブジェクト ツリーを作成します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)
構文
'宣言
Public Function DiscoverDependencies ( _
list As UrnCollection, _
dependencyType As DependencyType _
) As DependencyTree
public DependencyTree DiscoverDependencies (
UrnCollection list,
DependencyType dependencyType
)
public:
DependencyTree^ DiscoverDependencies (
UrnCollection^ list,
DependencyType dependencyType
)
public DependencyTree DiscoverDependencies (
UrnCollection list,
DependencyType dependencyType
)
public function DiscoverDependencies (
list : UrnCollection,
dependencyType : DependencyType
) : DependencyTree
パラメータ
- list
依存リレーションシップを検出する SQL Server オブジェクトを示す UrnCollection オブジェクトの値です。
- dependencyType
依存検出操作の方向を示す DependencyType オブジェクトの値です。
戻り値
SQL Server オブジェクトの階層ツリーを示す DependencyTree オブジェクトです。
解説
この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。
使用例
Visual Basic .NET でデータベースの依存関係のスクリプトを作成する方法
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
DependencyWalker Class
DependencyWalker Members
Microsoft.SqlServer.Management.Smo Namespace