Compartir a través de


DependencyCollection Miembros

The DependencyCollection class represents a collection of Dependency objects that are used to derive the node classes in SMO scripting operations.

El tipo DependencyCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DependencyCollection Initializes a new instance of the DependencyCollection class.

Principio

Métodos

  Nombre Descripción
Método publico Add Adds a Dependency object to the DependencyCollection object.
Método publico AddRange
Método publico Clear Removes all the DependencyCollectionNode objects from the referenced DependencyCollection object.
Método publico Contains Determines whether the specified DependencyCollectionNode object is a member of the DependencyCollection object.
Método publico ContainsUrn
Método publico CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Gets an enumerator that can iterate through the list of objects.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico IndexOf Returns the index value of the DependencyCollectionNode object within the DependencyCollection object.
Método publico Insert Inserts a DependencyCollectionNode object at the specified index position in the DependencyCollection object.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Remove Removes a DependencyCollectionNode object from the DependencyCollection object.
Método publico RemoveAt Removes a DependencyCollectionNode object from the DependencyCollection object and the specified index position.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of DependencyCollectionNode objects in the DependencyCollection object.
Propiedad pública Item Gets a DependencyCollectionNode object in the collection by index number.

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator
Implementación de interfaces explícitasPropiedad privada ICollection< (Of < <' (DependencyCollectionNode> ) > > ). . :: . .IsReadOnly

Principio