Элементы DependencyCollection

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

Тип DependencyCollection предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DependencyCollection Initializes a new instance of the DependencyCollection class.

В начало

Методы

  Имя Описание
Открытый метод 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 (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetEnumerator Gets an enumerator that can iterate through the list of objects.
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из 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 (Наследуется из 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 (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of DependencyCollectionNode objects in the DependencyCollection object.
Открытое свойство Item Gets a DependencyCollectionNode object in the collection by index number.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator
Явная реализация интерфейсаЗакрытое свойство ICollection< (Of < <' (DependencyCollectionNode> ) > > ). . :: . .IsReadOnly

В начало