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 | |
---|---|---|
![]() |
Count | Gets the total number of DependencyTreeNode objects in the DependencyTree object. |
![]() |
FirstChild | Overridden. Gets the first child DependencyTreeNode object in the DependencyTree object. |
![]() |
HasChildNodes | Overridden. Gets the Boolean property value that specifies whether the DependencyTree object has any child nodes. |
![]() |
NextSibling | Overridden. Gets the next sibling DependencyTreeNode object in the DependencyTree object. |
![]() |
NumberOfSiblings | Overridden. Gets the number of sibling objects in the DependencyTree object hierarchy. |
![]() |
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 | |
---|---|---|
![]() |
Dependencies | |
![]() |
DependsOnParents | |
![]() |
Index | (inherited from DependencyTreeNode ) |
![]() |
Roots | |
![]() |
Siblings | (inherited from DependencyTreeNode ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Copy | Makes a copy of the DependencyTree object. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Remove | Removes a DependencyTreeNode object from the DependencyTree object. |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
DependencyTree Class
Microsoft.SqlServer.Management.Smo Namespace