DependencyNode Class

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

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

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

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.DependencyNode
    Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
    Microsoft.SqlServer.Management.Smo.DependencyTreeNode

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.