Membri DependencyTreeNode
The DependencyTreeNode class represents the child and sibling SQL Server objects within a DependencyTree object hierarchy.
Il tipo DependencyTreeNode espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DependencyTreeNode | Initializes a new instance of the DependencyTreeNode class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetHashCode | (Ereditato da Object). | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 (Ereditato da 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. (Ereditato da DependencyNode). |
In alto
Vedere anche