DependencyChainCollection Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a collection of Dependency objects.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
System.Collections::ArrayList
Microsoft.SqlServer.Management.Sdk.Sfc::DependencyChainCollection
| Name | Description | |
|---|---|---|
![]() | DependencyChainCollection() | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the DependencyChainCollection class. |
![]() | DependencyChainCollection(DependencyChainCollection^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the DependencyChainCollection class that is a copy of the specified DependencyChainCollection object. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from ArrayList.) |
![]() | Count | (Inherited from ArrayList.) |
![]() | IsFixedSize | (Inherited from ArrayList.) |
![]() | IsReadOnly | (Inherited from ArrayList.) |
![]() | IsSynchronized | (Inherited from ArrayList.) |
![]() | Item[Int32] | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the Dependency object at the specified index. |
![]() | SyncRoot | (Inherited from ArrayList.) |
| Name | Description | |
|---|---|---|
![]() | Add(Dependency^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Adds the specified Dependency object to the collection. |
![]() | Add(Object^) | (Inherited from ArrayList.) |
![]() | AddRange(ICollection^) | (Inherited from ArrayList.) |
![]() | BinarySearch(Int32, Int32, Object^, IComparer^) | (Inherited from ArrayList.) |
![]() | BinarySearch(Object^) | (Inherited from ArrayList.) |
![]() | BinarySearch(Object^, IComparer^) | (Inherited from ArrayList.) |
![]() | Clear() | (Inherited from ArrayList.) |
![]() | Clone() | (Inherited from ArrayList.) |
![]() | Contains(Dependency^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether the specified Dependency object is in the collection. |
![]() | Contains(Object^) | (Inherited from ArrayList.) |
![]() | CopyTo(Array^) | (Inherited from ArrayList.) |
![]() | CopyTo(Array^, Int32) | (Inherited from ArrayList.) |
![]() | CopyTo(array<Dependency^>^, Int32) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Copies the DependencyChainCollection to the specified array. |
![]() | CopyTo(Int32, Array^, Int32, Int32) | (Inherited from ArrayList.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from ArrayList.) |
![]() | GetEnumerator(Int32, Int32) | (Inherited from ArrayList.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRange(Int32, Int32) | (Inherited from ArrayList.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(Dependency^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Searches for the specified Dependency object and returns the zero-based index of the first occurrence within the entire collection. |
![]() | IndexOf(Object^) | (Inherited from ArrayList.) |
![]() | IndexOf(Object^, Int32) | (Inherited from ArrayList.) |
![]() | IndexOf(Object^, Int32, Int32) | (Inherited from ArrayList.) |
![]() | Insert(Int32, Dependency^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Inserts the specified Dependency object into the collection at the specified index. |
![]() | Insert(Int32, Object^) | (Inherited from ArrayList.) |
![]() | InsertRange(Int32, ICollection^) | (Inherited from ArrayList.) |
![]() | LastIndexOf(Object^) | (Inherited from ArrayList.) |
![]() | LastIndexOf(Object^, Int32) | (Inherited from ArrayList.) |
![]() | LastIndexOf(Object^, Int32, Int32) | (Inherited from ArrayList.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(Dependency^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Removes the specified Dependency object from the collection. |
![]() | Remove(Object^) | (Inherited from ArrayList.) |
![]() | RemoveAt(Int32) | (Inherited from ArrayList.) |
![]() | RemoveRange(Int32, Int32) | (Inherited from ArrayList.) |
![]() | Reverse() | (Inherited from ArrayList.) |
![]() | Reverse(Int32, Int32) | (Inherited from ArrayList.) |
![]() | SetRange(Int32, ICollection^) | (Inherited from ArrayList.) |
![]() | Sort() | (Inherited from ArrayList.) |
![]() | Sort(IComparer^) | (Inherited from ArrayList.) |
![]() | Sort(Int32, Int32, IComparer^) | (Inherited from ArrayList.) |
![]() | ToArray() | (Inherited from ArrayList.) |
![]() | ToArray(Type^) | (Inherited from ArrayList.) |
![]() | ToString() | (Inherited from Object.) |
![]() | TrimToSize() | (Inherited from ArrayList.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


