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 | |
---|---|---|
DependencyNode() | Initializes a new instance of the DependencyNode class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
IsSchemaBound | Determines if the Dependency Node is bound to a schema | |
Urn | Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. |
Top