Compartilhar via


Membros DependencyTree

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

O tipo DependencyTree expõe os seguintes membros.

Construtores

  Nome Descrição
Método público DependencyTree Initializes a new instance of the DependencyTree class.

Início

Métodos

  Nome Descrição
Método público Copy Makes a copy of the DependencyTree object.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público Remove Removes a DependencyTreeNode object from the DependencyTree object.
Método público ToString (Herdado de Object.)

Início

Propriedades

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

Início