DependencyCollectionNode Class
SQL Server 2012
The DependencyCollectionNode class represents a node in the dependency collection that is derived during scripting operations.
System.Object
Microsoft.SqlServer.Management.Smo.DependencyNode
Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
Microsoft.SqlServer.Management.Smo.DependencyNode
Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
The DependencyCollectionNode type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsRootNode | Gets the Boolean property value that specifies whether the DependencyCollectionNode object represents the root node in the collection. |
![]() | IsSchemaBound | Determines if the Dependency Node is bound to a schema (Inherited from DependencyNode.) |
![]() | Urn | Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. (Inherited from DependencyNode.) |

