DependencyCollection Members
Include Protected Members
Include Inherited Members
The DependencyCollection class represents a collection of Dependency objects that are used to derive the node classes in SMO scripting operations.
The DependencyCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | DependencyCollection() | Initializes a new instance of the DependencyCollection class. | 
Top
Methods
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of DependencyCollectionNode objects in the DependencyCollection object. | 
| .gif) | Item[Int32] | Gets a DependencyCollectionNode object in the collection by index number. | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IEnumerable.GetEnumerator() | |
| .gif) .gif) | ICollection<DependencyCollectionNode>.IsReadOnly | 
Top
.gif)