DependencyTreeNode 成員
The DependencyTreeNode class represents the child and sibling SQL Server objects within a DependencyTree object hierarchy.
DependencyTreeNode 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
![]() |
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 | |
![]() |
IsSchemaBound | Determines if the Dependency Node is bound to a schema (繼承自 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 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. (繼承自 DependencyNode。) |
頂端