Membres DependencyCollection
The DependencyCollection class represents a collection of Dependency objects that are used to derive the node classes in SMO scripting operations.
Le type DependencyCollection expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DependencyCollection | Initializes a new instance of the DependencyCollection class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Add | Adds a Dependency object to the DependencyCollection object. | |
AddRange | ||
Clear | Removes all the DependencyCollectionNode objects from the referenced DependencyCollection object. | |
Contains | Determines whether the specified DependencyCollectionNode object is a member of the DependencyCollection object. | |
ContainsUrn | ||
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité de Object.) | |
IndexOf | Returns the index value of the DependencyCollectionNode object within the DependencyCollection object. | |
Insert | Inserts a DependencyCollectionNode object at the specified index position in the DependencyCollection object. | |
MemberwiseClone | (Hérité de Object.) | |
Remove | Removes a DependencyCollectionNode object from the DependencyCollection object. | |
RemoveAt | Removes a DependencyCollectionNode object from the DependencyCollection object and the specified index position. | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of DependencyCollectionNode objects in the DependencyCollection object. | |
Item | Gets a DependencyCollectionNode object in the collection by index number. |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | ||
ICollection< (Of < <' (DependencyCollectionNode> ) > > ). . :: . .IsReadOnly |
Haut de la page