DependencyCollection.AddRange Method
SQL Server 2012
Adds a range of nodes to the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void AddRange( IEnumerable<DependencyCollectionNode> dependencyCollectionNodeCollection )
Parameters
- dependencyCollectionNodeCollection
- Type: System.Collections.Generic.IEnumerable<DependencyCollectionNode>
A DependencyCollectionNode that specifies the objects to add to the collection.
