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