DependencyCollectionNode Class
The DependencyCollectionNode class represents a node in the dependency collection that is derived during scripting operations.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class DependencyCollectionNode _
Inherits DependencyNode
'Usage
Dim instance As DependencyCollectionNode
public class DependencyCollectionNode : DependencyNode
public ref class DependencyCollectionNode : public DependencyNode
type DependencyCollectionNode =
class
inherit DependencyNode
end
public class DependencyCollectionNode extends 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.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.DependencyNode
Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
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.