Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DependencyTreeNode class represents the child and sibling Microsoft SQL Server objects within a DependencyTree object hierarchy.
The following tables list the members exposed by the DependencyTreeNode type.
Protected Constructors
Name | Description | |
---|---|---|
DependencyTreeNode | Initializes a new instance of the DependencyTreeNode class. |
Top
Public Properties
(see also Protected Properties )
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. |
![]() |
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. |
![]() |
Urn | Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. (inherited from DependencyNode) |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
Index | |
![]() |
Siblings |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
DependencyTreeNode Class
Microsoft.SqlServer.Management.Smo Namespace