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 | |
|---|---|---|
| .gif) | Count | Gets the total number of DependencyTreeNode objects in the DependencyTree object. | 
| .gif) | FirstChild | Overridden. Gets the first child DependencyTreeNode object in the DependencyTree object. | 
| .gif) | HasChildNodes | Overridden. Gets the Boolean property value that specifies whether the DependencyTree object has any child nodes. | 
| .gif) | NextSibling | Overridden. Gets the next sibling DependencyTreeNode object in the DependencyTree object. | 
| .gif) | NumberOfSiblings | Overridden. Gets the number of sibling objects in the DependencyTree object hierarchy. | 
| .gif) | Urn | Overridden. Gets the Urn value of that uniquely identifies the Microsoft SQL Server object that the DependencyTree object represents. | 
顶部
Protected Properties
| 名称 | Description | |
|---|---|---|
| .gif) | Dependencies | |
| .gif) | DependsOnParents | |
| .gif) | Index | (inherited from DependencyTreeNode ) | 
| .gif) | Roots | |
| .gif) | Siblings | (inherited from DependencyTreeNode ) | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Copy | Makes a copy of the DependencyTree object. | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | Remove | Removes a DependencyTreeNode object from the DependencyTree object. | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
DependencyTree Class
Microsoft.SqlServer.Management.Smo Namespace