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


Класс DependencyChainCollection

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Represents a collection of Dependency objects.

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

System.Object
  System.Collections.ArrayList
    Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection

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

Синтаксис

'Декларация
<ComVisibleAttribute(False)> _
Public Class DependencyChainCollection _
    Inherits ArrayList
'Применение
Dim instance As DependencyChainCollection
[ComVisibleAttribute(false)]
public class DependencyChainCollection : ArrayList
[ComVisibleAttribute(false)]
public ref class DependencyChainCollection : public ArrayList
[<ComVisibleAttribute(false)>]
type DependencyChainCollection =  
    class 
        inherit ArrayList 
    end
public class DependencyChainCollection extends ArrayList

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

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

  Имя Описание
Открытый метод DependencyChainCollection() Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Initializes a new instance of the DependencyChainCollection class.
Открытый метод DependencyChainCollection(DependencyChainCollection) Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Initializes a new instance of the DependencyChainCollection class that is a copy of the specified DependencyChainCollection object.

В начало

Свойства

  Имя Описание
Открытое свойство Capacity (Производный от ArrayList.)
Открытое свойство Count (Производный от ArrayList.)
Открытое свойство IsFixedSize (Производный от ArrayList.)
Открытое свойство IsReadOnly (Производный от ArrayList.)
Открытое свойство IsSynchronized (Производный от ArrayList.)
Открытое свойство Item Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets the Dependency object at the specified index.
Открытое свойство SyncRoot (Производный от ArrayList.)

В начало

Методы

  Имя Описание
Открытый метод Add(Object) (Производный от ArrayList.)
Открытый метод Add(Dependency) Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Adds the specified Dependency object to the collection.
Открытый метод AddRange (Производный от ArrayList.)
Открытый метод BinarySearch(Object) (Производный от ArrayList.)
Открытый метод BinarySearch(Object, IComparer) (Производный от ArrayList.)
Открытый метод BinarySearch(Int32, Int32, Object, IComparer) (Производный от ArrayList.)
Открытый метод Clear (Производный от ArrayList.)
Открытый метод Clone (Производный от ArrayList.)
Открытый метод Contains(Object) (Производный от ArrayList.)
Открытый метод Contains(Dependency) Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Determines whether the specified Dependency object is in the collection.
Открытый метод CopyTo(Array) (Производный от ArrayList.)
Открытый метод CopyTo(Array, Int32) (Производный от ArrayList.)
Открытый метод CopyTo(array<Dependency[], Int32) Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Copies the DependencyChainCollection to the specified array.
Открытый метод CopyTo(Int32, Array, Int32, Int32) (Производный от ArrayList.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator() (Производный от ArrayList.)
Открытый метод GetEnumerator(Int32, Int32) (Производный от ArrayList.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetRange (Производный от ArrayList.)
Открытый метод GetType (Производный от Object.)
Открытый метод IndexOf(Object) (Производный от ArrayList.)
Открытый метод IndexOf(Dependency) Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Searches for the specified Dependency object and returns the zero-based index of the first occurrence within the entire collection.
Открытый метод IndexOf(Object, Int32) (Производный от ArrayList.)
Открытый метод IndexOf(Object, Int32, Int32) (Производный от ArrayList.)
Открытый метод Insert(Int32, Object) (Производный от ArrayList.)
Открытый метод Insert(Int32, Dependency) Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Inserts the specified Dependency object into the collection at the specified index.
Открытый метод InsertRange (Производный от ArrayList.)
Открытый метод LastIndexOf(Object) (Производный от ArrayList.)
Открытый метод LastIndexOf(Object, Int32) (Производный от ArrayList.)
Открытый метод LastIndexOf(Object, Int32, Int32) (Производный от ArrayList.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Remove(Object) (Производный от ArrayList.)
Открытый метод Remove(Dependency) Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Removes the specified Dependency object from the collection.
Открытый метод RemoveAt (Производный от ArrayList.)
Открытый метод RemoveRange (Производный от ArrayList.)
Открытый метод Reverse() (Производный от ArrayList.)
Открытый метод Reverse(Int32, Int32) (Производный от ArrayList.)
Открытый метод SetRange (Производный от ArrayList.)
Открытый метод Sort() (Производный от ArrayList.)
Открытый метод Sort(IComparer) (Производный от ArrayList.)
Открытый метод Sort(Int32, Int32, IComparer) (Производный от ArrayList.)
Открытый метод ToArray() (Производный от ArrayList.)
Открытый метод ToArray(Type) (Производный от ArrayList.)
Открытый метод ToString (Производный от Object.)
Открытый метод TrimToSize (Производный от ArrayList.)

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc