Condividi tramite


Membri DependencyTree

The DependencyTree object represents a tree structure that contains SQL Server objects and their hierarchical relationships to each other.

Il tipo DependencyTree espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DependencyTree Initializes a new instance of the DependencyTree class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Copy Makes a copy of the DependencyTree object.
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 Remove Removes a DependencyTreeNode object from the DependencyTree object.
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the total number of DependencyTreeNode objects in the DependencyTree object.
Proprietà protetta Dependencies Gets or sets a Dependency Chain Collection
Proprietà protetta DependsOnParents Gets or sets property indicating if the Dependency Tree depends on parent objects.
Proprietà pubblica FirstChild Gets the first child DependencyTreeNode object in the DependencyTree object. (Esegue l'override di DependencyTreeNode. . :: . .FirstChild.)
Proprietà pubblica HasChildNodes Gets the Boolean property value that specifies whether the DependencyTree object has any child nodes. (Esegue l'override di DependencyTreeNode. . :: . .HasChildNodes.)
Proprietà protetta Index (Ereditato da DependencyTreeNode).
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 DependencyTree object. (Esegue l'override di DependencyTreeNode. . :: . .NextSibling.)
Proprietà pubblica NumberOfSiblings Gets the number of sibling objects in the DependencyTree object hierarchy. (Esegue l'override di DependencyTreeNode. . :: . .NumberOfSiblings.)
Proprietà protetta Roots Gets or sets the root nodes of a Dependency Chain Collection.
Proprietà protetta Siblings Gets or sets siblings contained in a Dependency Tree Node. (Ereditato da DependencyTreeNode).
Proprietà pubblica Urn Gets the Urn value of that uniquely identifies the SQL Server object that the DependencyTree object represents. (Esegue l'override di DependencyNode. . :: . .Urn.)

In alto