다음을 통해 공유


DependencyTree Members

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

The following tables list the members exposed by the DependencyTree type.

Public Constructors

  이름 Description
DependencyTree Initializes a new instance of the DependencyTree class.

위쪽

Public Properties

(see also Protected Properties )

  이름 Description
ms219443.pubproperty(ko-kr,SQL.90).gif Count Gets the total number of DependencyTreeNode objects in the DependencyTree object.
ms219443.pubproperty(ko-kr,SQL.90).gif FirstChild Overridden. Gets the first child DependencyTreeNode object in the DependencyTree object.
ms219443.pubproperty(ko-kr,SQL.90).gif HasChildNodes Overridden. Gets the Boolean property value that specifies whether the DependencyTree object has any child nodes.
ms219443.pubproperty(ko-kr,SQL.90).gif NextSibling Overridden. Gets the next sibling DependencyTreeNode object in the DependencyTree object.
ms219443.pubproperty(ko-kr,SQL.90).gif NumberOfSiblings Overridden. Gets the number of sibling objects in the DependencyTree object hierarchy.
ms219443.pubproperty(ko-kr,SQL.90).gif Urn Overridden. Gets the Urn value of that uniquely identifies the Microsoft SQL Server object that the DependencyTree object represents.

위쪽

Protected Properties

  이름 Description
ms219443.protproperty(ko-kr,SQL.90).gif Dependencies  
ms219443.protproperty(ko-kr,SQL.90).gif DependsOnParents  
ms219443.protproperty(ko-kr,SQL.90).gif Index  (inherited from DependencyTreeNode )
ms219443.protproperty(ko-kr,SQL.90).gif Roots  
ms219443.protproperty(ko-kr,SQL.90).gif Siblings  (inherited from DependencyTreeNode )

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms219443.pubmethod(ko-kr,SQL.90).gif Copy Makes a copy of the DependencyTree object.
ms219443.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219443.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms219443.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms219443.pubmethod(ko-kr,SQL.90).gifms219443.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219443.pubmethod(ko-kr,SQL.90).gif Remove Removes a DependencyTreeNode object from the DependencyTree object.
ms219443.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms219443.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms219443.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

DependencyTree Class
Microsoft.SqlServer.Management.Smo Namespace

관련 자료

Scripting