Condividi tramite


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
Metodo protetto DependencyTreeNode Initializes a new instance of the DependencyTreeNode class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica FirstChild Gets the first child DependencyTreeNode object of the referenced DependencyTreeNode object.
Proprietà pubblica HasChildNodes Gets the Boolean property value that specifies whether the DependencyTreeNode object has any child nodes.
Proprietà protetta Index
Proprietà pubblica IsSchemaBound Determines if the Dependency Node is bound to a schema (Ereditato da DependencyNode).
Proprietà pubblica NextSibling Gets the next sibling DependencyTreeNode object in the referenced DependencyTreeNode object.
Proprietà pubblica NumberOfSiblings Gets the number of sibling DependencyTreeNode objects in the referenced DependencyTreeNode object.
Proprietà protetta Siblings Gets or sets siblings contained in a Dependency Tree Node.
Proprietà pubblica 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