DependencyChainCollection Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a collection of Dependency objects.
Inheritance Hierarchy
System.Object
System.Collections.ArrayList
Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Class DependencyChainCollection _
Inherits ArrayList
'Usage
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
The DependencyChainCollection type exposes the following members.
Constructors
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Capacity | (Inherited from ArrayList.) |
![]() |
Count | (Inherited from ArrayList.) |
![]() |
IsFixedSize | (Inherited from ArrayList.) |
![]() |
IsReadOnly | (Inherited from ArrayList.) |
![]() |
IsSynchronized | (Inherited from ArrayList.) |
![]() |
Item | 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.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(Object) | (Inherited from ArrayList.) |
![]() |
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. |
![]() |
AddRange | (Inherited from ArrayList.) |
![]() |
BinarySearch(Object) | (Inherited from ArrayList.) |
![]() |
BinarySearch(Object, IComparer) | (Inherited from ArrayList.) |
![]() |
BinarySearch(Int32, Int32, Object, IComparer) | (Inherited from ArrayList.) |
![]() |
Clear | (Inherited from ArrayList.) |
![]() |
Clone | (Inherited from ArrayList.) |
![]() |
Contains(Object) | (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. |
![]() |
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 | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator() | (Inherited from ArrayList.) |
![]() |
GetEnumerator(Int32, Int32) | (Inherited from ArrayList.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetRange | (Inherited from ArrayList.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf(Object) | (Inherited from ArrayList.) |
![]() |
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, Int32) | (Inherited from ArrayList.) |
![]() |
IndexOf(Object, Int32, Int32) | (Inherited from ArrayList.) |
![]() |
Insert(Int32, Object) | (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. |
![]() |
InsertRange | (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(Object) | (Inherited from ArrayList.) |
![]() |
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. |
![]() |
RemoveAt | (Inherited from ArrayList.) |
![]() |
RemoveRange | (Inherited from ArrayList.) |
![]() |
Reverse() | (Inherited from ArrayList.) |
![]() |
Reverse(Int32, Int32) | (Inherited from ArrayList.) |
![]() |
SetRange | (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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.