Freigeben über


DependencyTree-Member

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

Der DependencyTree-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DependencyTree Initializes a new instance of the DependencyTree class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Copy Makes a copy of the DependencyTree object.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove Removes a DependencyTreeNode object from the DependencyTree object.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the total number of DependencyTreeNode objects in the DependencyTree object.
Geschützte Eigenschaft Dependencies Gets or sets a Dependency Chain Collection
Geschützte Eigenschaft DependsOnParents Gets or sets property indicating if the Dependency Tree depends on parent objects.
Öffentliche Eigenschaft FirstChild Gets the first child DependencyTreeNode object in the DependencyTree object. (Überschreibt DependencyTreeNode. . :: . .FirstChild.)
Öffentliche Eigenschaft HasChildNodes Gets the Boolean property value that specifies whether the DependencyTree object has any child nodes. (Überschreibt DependencyTreeNode. . :: . .HasChildNodes.)
Geschützte Eigenschaft Index (Geerbt von DependencyTreeNode.)
Öffentliche Eigenschaft IsSchemaBound Determines if the Dependency Node is bound to a schema (Geerbt von DependencyNode.)
Öffentliche Eigenschaft NextSibling Gets the next sibling DependencyTreeNode object in the DependencyTree object. (Überschreibt DependencyTreeNode. . :: . .NextSibling.)
Öffentliche Eigenschaft NumberOfSiblings Gets the number of sibling objects in the DependencyTree object hierarchy. (Überschreibt DependencyTreeNode. . :: . .NumberOfSiblings.)
Geschützte Eigenschaft Roots Gets or sets the root nodes of a Dependency Chain Collection.
Geschützte Eigenschaft Siblings Gets or sets siblings contained in a Dependency Tree Node. (Geerbt von DependencyTreeNode.)
Öffentliche Eigenschaft Urn Gets the Urn value of that uniquely identifies the SQL Server object that the DependencyTree object represents. (Überschreibt DependencyNode. . :: . .Urn.)

Zum Anfang