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
Protected method DependencyNode Initializes a new instance of the DependencyNode class.

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

Methods

  Name Description
Public method Equals (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

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.

Examples

Scripting

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.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace