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

  Name Description
DependencyTree Initializes a new instance of the DependencyTree class.

Top

Public Properties

(see also Protected Properties )

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

Top

Protected Properties

  Name Description
ms219443.protproperty(en-US,SQL.90).gif Dependencies  
ms219443.protproperty(en-US,SQL.90).gif DependsOnParents  
ms219443.protproperty(en-US,SQL.90).gif Index  (inherited from DependencyTreeNode )
ms219443.protproperty(en-US,SQL.90).gif Roots  
ms219443.protproperty(en-US,SQL.90).gif Siblings  (inherited from DependencyTreeNode )

Top

Public Methods

(see also Protected Methods )

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

Top

Protected Methods

  Name Description
ms219443.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms219443.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DependencyTree Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Scripting