DependencyCollectionNode Members

Include Protected Members
Include Inherited Members

The DependencyCollectionNode class represents a node in the dependency collection that is derived during scripting operations.

The DependencyCollectionNode type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property IsRootNode Gets the Boolean property value that specifies whether the DependencyCollectionNode object represents the root node in the collection.
Public property IsSchemaBound Determines if the Dependency Node is bound to a schema (Inherited from DependencyNode.)
Public property Urn Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. (Inherited from DependencyNode.)

Top