Элементы DependencyTree

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

Тип DependencyTree предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DependencyTree Initializes a new instance of the DependencyTree class.

В начало

Методы

  Имя Описание
Открытый метод Copy Makes a copy of the DependencyTree object.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Remove Removes a DependencyTreeNode object from the DependencyTree object.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the total number of DependencyTreeNode objects in the DependencyTree object.
Защищенное свойство Dependencies Gets or sets a Dependency Chain Collection
Защищенное свойство DependsOnParents Gets or sets property indicating if the Dependency Tree depends on parent objects.
Открытое свойство FirstChild Gets the first child DependencyTreeNode object in the DependencyTree object. (Перезаписывает DependencyTreeNode. . :: . .FirstChild.)
Открытое свойство HasChildNodes Gets the Boolean property value that specifies whether the DependencyTree object has any child nodes. (Перезаписывает DependencyTreeNode. . :: . .HasChildNodes.)
Защищенное свойство Index (Наследуется из DependencyTreeNode.)
Открытое свойство IsSchemaBound Determines if the Dependency Node is bound to a schema (Наследуется из DependencyNode.)
Открытое свойство NextSibling Gets the next sibling DependencyTreeNode object in the DependencyTree object. (Перезаписывает DependencyTreeNode. . :: . .NextSibling.)
Открытое свойство NumberOfSiblings Gets the number of sibling objects in the DependencyTree object hierarchy. (Перезаписывает DependencyTreeNode. . :: . .NumberOfSiblings.)
Защищенное свойство Roots Gets or sets the root nodes of a Dependency Chain Collection.
Защищенное свойство Siblings Gets or sets siblings contained in a Dependency Tree Node. (Наследуется из DependencyTreeNode.)
Открытое свойство Urn Gets the Urn value of that uniquely identifies the SQL Server object that the DependencyTree object represents. (Перезаписывает DependencyNode. . :: . .Urn.)

В начало