HierarchyTreeNode クラス

定義

独自のアイコンを持ち、Explorer階層の処理方法を知っている遅いロードノードを表しています。

public ref class HierarchyTreeNode abstract : Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::LazyNode, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IExplorerHierarchyNode, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeWithIcon
public abstract class HierarchyTreeNode : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.LazyNode, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchyNode, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeWithIcon
type HierarchyTreeNode = class
    inherit LazyNode
    interface IExplorerHierarchyNode
    interface INodeWithIcon
Public MustInherit Class HierarchyTreeNode
Inherits LazyNode
Implements IExplorerHierarchyNode, INodeWithIcon
継承
HierarchyTreeNode
実装

コンストラクター

名前 説明
HierarchyTreeNode()

デフォルトのプロパティ値で HierarchyTreeNode クラスの新しいインスタンスを初期化します。

HierarchyTreeNode(SerializationInfo, StreamingContext)

指定された情報とコンテキストで HierarchyTreeNode クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Expandable

ノードを 拡張可能かどうかを示す値を取得または設定します。

(継承元 LazyNode)
Expanding

ノードが現在拡張しているかどうかの表示が得られます。

(継承元 LazyNode)
Hierarchy

IExplorerHierarchyオブジェクトに属するノードを取得したり設定したりします。

Icon

HierarchyTreeNodeの通常のアイコンを取得します。

Root

階層の根源を掴む。

SelectedIcon

このノードが木構造で選択されるとアイコンが表示されます。

ShowPolicyHealthState

ポリシーの健康状態が表示されるかどうかを示す値を取得または設定します。

State

健康州の政策を受け取ります。

メソッド

名前 説明
CancelExpand()

木ノードが拡張を停止すべきだと指定します。

(継承元 LazyNode)
EnumerateChildren()

子ノードを作成し、存在すれば偽ノードを削除します。

(継承元 LazyNode)

適用対象