Udostępnij przez


DependencyTreeNode Members

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

The following tables list the members exposed by the DependencyTreeNode type.

Protected Constructors

  Name Description
DependencyTreeNode Initializes a new instance of the DependencyTreeNode class.

Top

Public Properties

(see also Protected Properties )

  Name Description
ms219465.pubproperty(pl-pl,SQL.100).gif FirstChild Gets the first child DependencyTreeNode object of the referenced DependencyTreeNode object.
ms219465.pubproperty(pl-pl,SQL.100).gif HasChildNodes Gets the Boolean property value that specifies whether the DependencyTreeNode object has any child nodes.
ms219465.pubproperty(pl-pl,SQL.100).gif IsSchemaBound  Determines if the Dependency Node is bound to a schema (inherited from DependencyNode)
ms219465.pubproperty(pl-pl,SQL.100).gif NextSibling Gets the next sibling DependencyTreeNode object in the referenced DependencyTreeNode object.
ms219465.pubproperty(pl-pl,SQL.100).gif NumberOfSiblings Gets the number of sibling DependencyTreeNode objects in the referenced DependencyTreeNode object.
ms219465.pubproperty(pl-pl,SQL.100).gif Urn  Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. (inherited from DependencyNode)

Top

Protected Properties

  Name Description
ms219465.protproperty(pl-pl,SQL.100).gif Index  
ms219465.protproperty(pl-pl,SQL.100).gif Siblings Gets or sets siblings contained in a Dependency Tree Node.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms219465.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms219465.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms219465.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms219465.pubmethod(pl-pl,SQL.100).gifms219465.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms219465.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms219465.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms219465.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top