DependencyTree Properties
SQL Server 2012
The DependencyTree type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the total number of DependencyTreeNode objects in the DependencyTree object. |
|
Dependencies | Gets or sets the collection of dependencies. |
|
DependsOnParents | Gets or sets a value that indicates whether the Dependency Tree depends on parent objects. |
|
FirstChild | Gets the first child DependencyTreeNode object in the DependencyTree object. (Overrides DependencyTreeNode.FirstChild.) |
|
HasChildNodes | Gets the Boolean property value that specifies whether the DependencyTree object has any child nodes. (Overrides DependencyTreeNode.HasChildNodes.) |
|
Index | Gets or sets the item at the given index in tree node collection. (Inherited from DependencyTreeNode.) |
|
IsSchemaBound | Determines if the Dependency Node is bound to a schema (Inherited from DependencyNode.) |
|
NextSibling | Gets the next sibling DependencyTreeNode object in the DependencyTree object. (Overrides DependencyTreeNode.NextSibling.) |
|
NumberOfSiblings | Gets the number of sibling objects in the DependencyTree object hierarchy. (Overrides DependencyTreeNode.NumberOfSiblings.) |
|
Roots | Gets or sets the collection of root nodes. |
|
Siblings | Gets or sets the siblings contained in a dependency tree node. (Inherited from DependencyTreeNode.) |
|
Urn | Gets the Urn value of that uniquely identifies the SQL Server object that the DependencyTree object represents. (Overrides DependencyNode.Urn.) |
