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 | |
---|---|---|
DependencyCollection() | Initializes a new instance of the DependencyCollection class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of DependencyCollectionNode objects in the DependencyCollection object. | |
Item[Int32] | Gets a DependencyCollectionNode object in the collection by index number. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | ||
ICollection<DependencyCollectionNode>.IsReadOnly |
Top