Поделиться через


Класс DependencyTreeNode

The DependencyTreeNode class represents the child and sibling SQL Server objects within a DependencyTree object hierarchy.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .DependencyNode
    Microsoft.SqlServer.Management.Smo..::..DependencyTreeNode
      Microsoft.SqlServer.Management.Smo. . :: . .DependencyTree

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Class DependencyTreeNode _
    Inherits DependencyNode
'Применение
Dim instance As DependencyTreeNode
public class DependencyTreeNode : DependencyNode
public ref class DependencyTreeNode : public DependencyNode
type DependencyTreeNode =  
    class
        inherit DependencyNode
    end
public class DependencyTreeNode extends DependencyNode

Тип DependencyTreeNode обеспечивает доступ к следующим элементам.

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

  Имя Описание
Защищенный метод DependencyTreeNode Initializes a new instance of the DependencyTreeNode class.

В начало

Свойства

  Имя Описание
Открытое свойство FirstChild Gets the first child DependencyTreeNode object of the referenced DependencyTreeNode object.
Открытое свойство HasChildNodes Gets the Boolean property value that specifies whether the DependencyTreeNode object has any child nodes.
Защищенное свойство Index Gets or sets the item at the given index in tree node collection.
Открытое свойство IsSchemaBound Determines if the Dependency Node is bound to a schema (Производный от DependencyNode.)
Открытое свойство NextSibling Gets the next sibling DependencyTreeNode object in the referenced DependencyTreeNode object.
Открытое свойство NumberOfSiblings Gets the number of sibling DependencyTreeNode objects in the referenced DependencyTreeNode object.
Защищенное свойство Siblings Gets or sets siblings contained in a Dependency Tree Node.
Открытое свойство Urn Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. (Производный от DependencyNode.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

The SQL Server objects that the DependencyTree object and DependencyTreeNode objects represent can be obtained using the Urn property. The DependencyTreeNode object can be navigated using the various properties such as FirstChild and NextSibling.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.