다음을 통해 공유


DependencyTreeNode 멤버

The DependencyTreeNode class represents the child and sibling SQL Server objects within a DependencyTree object hierarchy.

DependencyTreeNode 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
보호된 메서드 DependencyTreeNode Initializes a new instance of the DependencyTreeNode class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 FirstChild Gets the first child DependencyTreeNode object of the referenced DependencyTreeNode object.
공용 속성 HasChildNodes Gets the Boolean property value that specifies whether the DependencyTreeNode object has any child nodes.
보호된 속성 Index
공용 속성 IsSchemaBound Determines if the Dependency Node is bound to a schema (DependencyNode에서 상속됩니다.)
공용 속성 NextSibling Gets the next sibling DependencyTreeNode object in the referenced DependencyTreeNode object.
공용 속성 NumberOfSiblings Gets the number of sibling DependencyTreeNode objects in the referenced DependencyTreeNode object.
보호된 속성 Siblings Gets or sets siblings contained in a Dependency Tree Node.
공용 속성 Urn Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. (DependencyNode에서 상속됩니다.)

맨 위로 이동