Partager via


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
Méthode publique DependencyCollection Initializes a new instance of the DependencyCollection class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Adds a Dependency object to the DependencyCollection object.
Méthode publique AddRange
Méthode publique Clear Removes all the DependencyCollectionNode objects from the referenced DependencyCollection object.
Méthode publique Contains Determines whether the specified DependencyCollectionNode object is a member of the DependencyCollection object.
Méthode publique ContainsUrn
Méthode publique CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetEnumerator Gets an enumerator that can iterate through the list of objects.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode publique IndexOf Returns the index value of the DependencyCollectionNode object within the DependencyCollection object.
Méthode publique Insert Inserts a DependencyCollectionNode object at the specified index position in the DependencyCollection object.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Remove Removes a DependencyCollectionNode object from the DependencyCollection object.
Méthode publique RemoveAt Removes a DependencyCollectionNode object from the DependencyCollection object and the specified index position.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of DependencyCollectionNode objects in the DependencyCollection object.
Propriété publique Item Gets a DependencyCollectionNode object in the collection by index number.

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IEnumerable. . :: . .GetEnumerator
Implémentation d'interface explicitePropriété privée ICollection< (Of < <' (DependencyCollectionNode> ) > > ). . :: . .IsReadOnly

Haut de la page