DependencyNode Members

Include Protected Members
Include Inherited Members

The DependencyNode class represents a node that is defined by a URN address.

The DependencyNode type exposes the following members.

Constructors

  Name Description
Protected method DependencyNode() Initializes a new instance of the DependencyNode class.

Top

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 IsSchemaBound Determines if the Dependency Node is bound to a schema
Public property Urn Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents.

Top