Share via


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
Public method DependencyChainCollection() Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the DependencyChainCollection class.
Public method 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
Public property Capacity (Inherited from ArrayList.)
Public property Count (Inherited from ArrayList.)
Public property IsFixedSize (Inherited from ArrayList.)
Public property IsReadOnly (Inherited from ArrayList.)
Public property IsSynchronized (Inherited from ArrayList.)
Public property Item Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the Dependency object at the specified index.
Public property SyncRoot (Inherited from ArrayList.)

Top

Methods

  Name Description
Public method Add(Object) (Inherited from ArrayList.)
Public method 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.
Public method AddRange (Inherited from ArrayList.)
Public method BinarySearch(Object) (Inherited from ArrayList.)
Public method BinarySearch(Object, IComparer) (Inherited from ArrayList.)
Public method BinarySearch(Int32, Int32, Object, IComparer) (Inherited from ArrayList.)
Public method Clear (Inherited from ArrayList.)
Public method Clone (Inherited from ArrayList.)
Public method Contains(Object) (Inherited from ArrayList.)
Public method 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.
Public method CopyTo(Array) (Inherited from ArrayList.)
Public method CopyTo(Array, Int32) (Inherited from ArrayList.)
Public method 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.
Public method CopyTo(Int32, Array, Int32, Int32) (Inherited from ArrayList.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator() (Inherited from ArrayList.)
Public method GetEnumerator(Int32, Int32) (Inherited from ArrayList.)
Public method GetHashCode (Inherited from Object.)
Public method GetRange (Inherited from ArrayList.)
Public method GetType (Inherited from Object.)
Public method IndexOf(Object) (Inherited from ArrayList.)
Public method 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.
Public method IndexOf(Object, Int32) (Inherited from ArrayList.)
Public method IndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Public method Insert(Int32, Object) (Inherited from ArrayList.)
Public method 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.
Public method InsertRange (Inherited from ArrayList.)
Public method LastIndexOf(Object) (Inherited from ArrayList.)
Public method LastIndexOf(Object, Int32) (Inherited from ArrayList.)
Public method LastIndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(Object) (Inherited from ArrayList.)
Public method 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.
Public method RemoveAt (Inherited from ArrayList.)
Public method RemoveRange (Inherited from ArrayList.)
Public method Reverse() (Inherited from ArrayList.)
Public method Reverse(Int32, Int32) (Inherited from ArrayList.)
Public method SetRange (Inherited from ArrayList.)
Public method Sort() (Inherited from ArrayList.)
Public method Sort(IComparer) (Inherited from ArrayList.)
Public method Sort(Int32, Int32, IComparer) (Inherited from ArrayList.)
Public method ToArray() (Inherited from ArrayList.)
Public method ToArray(Type) (Inherited from ArrayList.)
Public method ToString (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace