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
이름 | Description | |
---|---|---|
DependencyTree | Initializes a new instance of the DependencyTree class. |
위쪽
Public Properties
(see also Protected Properties )
이름 | 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. |
위쪽
Protected Properties
이름 | Description | |
---|---|---|
Dependencies | ||
DependsOnParents | ||
Index | (inherited from DependencyTreeNode ) | |
Roots | ||
Siblings | (inherited from DependencyTreeNode ) |
위쪽
Public Methods
(see also Protected Methods )
이름 | 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 ) |
위쪽
Protected Methods
이름 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
위쪽
참고 항목
참조
DependencyTree Class
Microsoft.SqlServer.Management.Smo Namespace