DependencyTree Members

DependencyTree オブジェクトは、Microsoft SQL Server オブジェクトとそれらの相互に対する階層リレーションシップを含むツリー構造を表します。

DependencyTree データ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ

  名前 説明
DependencyTree DependencyTree クラスの新しいインスタンスを初期化します。

このページのトップへ

パブリック プロパティ

( プロテクト プロパティ も参照)

  名前 説明
ms219443.pubproperty(ja-jp,SQL.90).gif Count DependencyTree オブジェクトに含まれる DependencyTreeNode オブジェクトの総数を取得します。
ms219443.pubproperty(ja-jp,SQL.90).gif FirstChild オーバーライドされます。 DependencyTree オブジェクトの最初の子の DependencyTreeNode オブジェクトを取得します。
ms219443.pubproperty(ja-jp,SQL.90).gif HasChildNodes オーバーライドされます。 DependencyTree オブジェクトに子ノードがあるかどうかを示す Boolean プロパティ値を取得します。
ms219443.pubproperty(ja-jp,SQL.90).gif NextSibling オーバーライドされます。 DependencyTree オブジェクトの次の兄弟の DependencyTreeNode オブジェクトを取得します。
ms219443.pubproperty(ja-jp,SQL.90).gif NumberOfSiblings オーバーライドされます。 DependencyTree オブジェクト階層に含まれる兄弟オブジェクトの数を取得します。
ms219443.pubproperty(ja-jp,SQL.90).gif Urn オーバーライドされます。 DependencyTree オブジェクトが表す Microsoft SQL Server オブジェクトを一意に識別する Urn 値を取得します。

このページのトップへ

プロテクト プロパティ

  名前 説明
ms219443.protproperty(ja-jp,SQL.90).gif Dependencies  
ms219443.protproperty(ja-jp,SQL.90).gif DependsOnParents  
ms219443.protproperty(ja-jp,SQL.90).gif Index  ( DependencyTreeNode から継承されます)
ms219443.protproperty(ja-jp,SQL.90).gif Roots  
ms219443.protproperty(ja-jp,SQL.90).gif Siblings  ( DependencyTreeNode から継承されます)

このページのトップへ

パブリック メソッド

( プロテクト メソッド も参照)

  名前 説明
ms219443.pubmethod(ja-jp,SQL.90).gif Copy DependencyTree オブジェクトのコピーを作成します。
ms219443.pubmethod(ja-jp,SQL.90).gif Equals  オーバーロードされます。 ( Object から継承されます)
ms219443.pubmethod(ja-jp,SQL.90).gif GetHashCode  ( Object から継承されます)
ms219443.pubmethod(ja-jp,SQL.90).gif GetType  ( Object から継承されます)
ms219443.pubmethod(ja-jp,SQL.90).gifms219443.static(ja-jp,SQL.90).gif ReferenceEquals  ( Object から継承されます)
ms219443.pubmethod(ja-jp,SQL.90).gif Remove DependencyTreeNode オブジェクトを DependencyTree オブジェクトから削除します。
ms219443.pubmethod(ja-jp,SQL.90).gif ToString  ( Object から継承されます)

このページのトップへ

プロテクト メソッド

  名前 説明
ms219443.protmethod(ja-jp,SQL.90).gif Finalize  ( Object から継承されます)
ms219443.protmethod(ja-jp,SQL.90).gif MemberwiseClone  ( Object から継承されます)

このページのトップへ

参照

関連項目

DependencyTree Class
Microsoft.SqlServer.Management.Smo Namespace

その他の技術情報

スクリプト