Compartir a través de


DependencyTree Miembros

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

El tipo DependencyTree expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DependencyTree Initializes a new instance of the DependencyTree class.

Principio

Métodos

  Nombre Descripción
Método publico Copy Makes a copy of the DependencyTree object.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Remove Removes a DependencyTreeNode object from the DependencyTree object.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the total number of DependencyTreeNode objects in the DependencyTree object.
Propiedad protegida Dependencies Gets or sets a Dependency Chain Collection
Propiedad protegida DependsOnParents Gets or sets property indicating if the Dependency Tree depends on parent objects.
Propiedad pública FirstChild Gets the first child DependencyTreeNode object in the DependencyTree object. (Invalida DependencyTreeNode. . :: . .FirstChild.)
Propiedad pública HasChildNodes Gets the Boolean property value that specifies whether the DependencyTree object has any child nodes. (Invalida DependencyTreeNode. . :: . .HasChildNodes.)
Propiedad protegida Index (Se hereda de DependencyTreeNode).
Propiedad pública IsSchemaBound Determines if the Dependency Node is bound to a schema (Se hereda de DependencyNode).
Propiedad pública NextSibling Gets the next sibling DependencyTreeNode object in the DependencyTree object. (Invalida DependencyTreeNode. . :: . .NextSibling.)
Propiedad pública NumberOfSiblings Gets the number of sibling objects in the DependencyTree object hierarchy. (Invalida DependencyTreeNode. . :: . .NumberOfSiblings.)
Propiedad protegida Roots Gets or sets the root nodes of a Dependency Chain Collection.
Propiedad protegida Siblings Gets or sets siblings contained in a Dependency Tree Node. (Se hereda de DependencyTreeNode).
Propiedad pública Urn Gets the Urn value of that uniquely identifies the SQL Server object that the DependencyTree object represents. (Invalida DependencyNode. . :: . .Urn.)

Principio