DependencyNode Class
The DependencyNode class represents a node that is defined by a URN address.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.DependencyNode
Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
Microsoft.SqlServer.Management.Smo.DependencyTreeNode
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class DependencyNode
'Usage
Dim instance As DependencyNode
public class DependencyNode
public ref class DependencyNode
type DependencyNode = class end
public class DependencyNode
The DependencyNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DependencyNode | Initializes a new instance of the DependencyNode class. |
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
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.