Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.