Compartilhar via


Membros DependencyCollection

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

O tipo DependencyCollection expõe os seguintes membros.

Construtores

  Nome Descrição
Método público DependencyCollection Initializes a new instance of the DependencyCollection class.

Início

Métodos

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

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of DependencyCollectionNode objects in the DependencyCollection object.
Propriedade pública Item Gets a DependencyCollectionNode object in the collection by index number.

Início

Implementações de interface explícitas

  Nome Descrição
Implementação de interface explícitaMétodo particular IEnumerable. . :: . .GetEnumerator
Implementação de interface explícitaPropriedade particular ICollection< (Of < <' (DependencyCollectionNode> ) > > ). . :: . .IsReadOnly

Início