次の方法で共有


DependencyWalker.WalkDependencies Method

指定した DependencyTree オブジェクトから、オブジェクトとその依存関係の線形一覧を作成します。

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

構文

'宣言
Public Function WalkDependencies ( _
    tree As DependencyTree _
) As DependencyCollection
public DependencyCollection WalkDependencies (
    DependencyTree tree
)
public:
DependencyCollection^ WalkDependencies (
    DependencyTree^ tree
)
public DependencyCollection WalkDependencies (
    DependencyTree tree
)
public function WalkDependencies (
    tree : DependencyTree
) : DependencyCollection

パラメータ

  • tree
    オブジェクトの階層ツリーを示す DependencyTree オブジェクトです。

戻り値

Microsoft SQL サーバー オブジェクトとその依存関係の線形一覧を示す DependencyCollection オブジェクトです。

解説

この名前空間、クラス、またはメンバは、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

その他の技術情報

スクリプト