Partager via


Membres DependencyTreeNode

The DependencyTreeNode class represents the child and sibling SQL Server objects within a DependencyTree object hierarchy.

Le type DependencyTreeNode expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée DependencyTreeNode Initializes a new instance of the DependencyTreeNode class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique FirstChild Gets the first child DependencyTreeNode object of the referenced DependencyTreeNode object.
Propriété publique HasChildNodes Gets the Boolean property value that specifies whether the DependencyTreeNode object has any child nodes.
Propriété protégée Index
Propriété publique IsSchemaBound Determines if the Dependency Node is bound to a schema (Hérité de DependencyNode.)
Propriété publique NextSibling Gets the next sibling DependencyTreeNode object in the referenced DependencyTreeNode object.
Propriété publique NumberOfSiblings Gets the number of sibling DependencyTreeNode objects in the referenced DependencyTreeNode object.
Propriété protégée Siblings Gets or sets siblings contained in a Dependency Tree Node.
Propriété publique Urn Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. (Hérité de DependencyNode.)

Haut de la page