Поделиться через


Класс DependencyCollection

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

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..DependencyCollection

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Class DependencyCollection _
    Implements IList(Of DependencyCollectionNode), ICollection(Of DependencyCollectionNode),  _
    IEnumerable(Of DependencyCollectionNode), IEnumerable
'Применение
Dim instance As DependencyCollection
public class DependencyCollection : IList<DependencyCollectionNode>, 
    ICollection<DependencyCollectionNode>, IEnumerable<DependencyCollectionNode>, IEnumerable
public ref class DependencyCollection : IList<DependencyCollectionNode^>, 
    ICollection<DependencyCollectionNode^>, IEnumerable<DependencyCollectionNode^>, IEnumerable
type DependencyCollection =  
    class
        interface IList<DependencyCollectionNode>
        interface ICollection<DependencyCollectionNode>
        interface IEnumerable<DependencyCollectionNode>
        interface IEnumerable
    end
public class DependencyCollection implements IList<DependencyCollectionNode>, ICollection<DependencyCollectionNode>, IEnumerable<DependencyCollectionNode>, IEnumerable

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

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

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

В начало

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод Add Adds a Dependency object to the DependencyCollection object.
Открытый метод AddRange Adds a range of nodes to the collection.
Открытый метод 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 Determines whether the specified Urn object exists on the specified server.
Открытый метод 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.)

В начало

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

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator Returns an IEnumerator interface that is required to iterate through a collection.
Явная реализация интерфейсаЗакрытое свойство ICollection< (Of < <' (DependencyCollectionNode> ) > > ). . :: . .IsReadOnly Determines if the dependency collection is read-only.

В начало

Замечания

A DependencyCollection object can be used to gain access to a set of scripting dependencies. You can use the Item property to return a specific Dependency object.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.