다음을 통해 공유


DependencyTree 멤버

The DependencyTree object represents a tree structure that contains SQL Server objects and their hierarchical relationships to each other.

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

생성자

  이름 설명
공용 메서드 DependencyTree Initializes a new instance of the DependencyTree class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Copy Makes a copy of the DependencyTree object.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 Remove Removes a DependencyTreeNode object from the DependencyTree object.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Count Gets the total number of DependencyTreeNode objects in the DependencyTree object.
보호된 속성 Dependencies Gets or sets a Dependency Chain Collection
보호된 속성 DependsOnParents Gets or sets property indicating if the Dependency Tree depends on parent objects.
공용 속성 FirstChild Gets the first child DependencyTreeNode object in the DependencyTree object. (DependencyTreeNode. . :: . .FirstChild을(를) 재정의합니다.)
공용 속성 HasChildNodes Gets the Boolean property value that specifies whether the DependencyTree object has any child nodes. (DependencyTreeNode. . :: . .HasChildNodes을(를) 재정의합니다.)
보호된 속성 Index (DependencyTreeNode에서 상속됩니다.)
공용 속성 IsSchemaBound Determines if the Dependency Node is bound to a schema (DependencyNode에서 상속됩니다.)
공용 속성 NextSibling Gets the next sibling DependencyTreeNode object in the DependencyTree object. (DependencyTreeNode. . :: . .NextSibling을(를) 재정의합니다.)
공용 속성 NumberOfSiblings Gets the number of sibling objects in the DependencyTree object hierarchy. (DependencyTreeNode. . :: . .NumberOfSiblings을(를) 재정의합니다.)
보호된 속성 Roots Gets or sets the root nodes of a Dependency Chain Collection.
보호된 속성 Siblings Gets or sets siblings contained in a Dependency Tree Node. (DependencyTreeNode에서 상속됩니다.)
공용 속성 Urn Gets the Urn value of that uniquely identifies the SQL Server object that the DependencyTree object represents. (DependencyNode. . :: . .Urn을(를) 재정의합니다.)

맨 위로 이동