Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.