DependencyChainCollection Class

 

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a collection of Dependency objects.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

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

[DefaultMemberAttribute("Item")]
[ComVisibleAttribute(false)]
public ref class DependencyChainCollection : ArrayList

NameDescription
System_CAPS_pubmethodDependencyChainCollection()

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the DependencyChainCollection class.

System_CAPS_pubmethodDependencyChainCollection(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.

NameDescription
System_CAPS_pubpropertyCapacity

(Inherited from ArrayList.)

System_CAPS_pubpropertyCount

(Inherited from ArrayList.)

System_CAPS_pubpropertyIsFixedSize

(Inherited from ArrayList.)

System_CAPS_pubpropertyIsReadOnly

(Inherited from ArrayList.)

System_CAPS_pubpropertyIsSynchronized

(Inherited from ArrayList.)

System_CAPS_pubpropertyItem[Int32]

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the Dependency object at the specified index.

System_CAPS_pubpropertySyncRoot

(Inherited from ArrayList.)

NameDescription
System_CAPS_pubmethodAdd(Dependency^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Adds the specified Dependency object to the collection.

System_CAPS_pubmethodAdd(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodAddRange(ICollection^)

(Inherited from ArrayList.)

System_CAPS_pubmethodBinarySearch(Int32, Int32, Object^, IComparer^)

(Inherited from ArrayList.)

System_CAPS_pubmethodBinarySearch(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodBinarySearch(Object^, IComparer^)

(Inherited from ArrayList.)

System_CAPS_pubmethodClear()

(Inherited from ArrayList.)

System_CAPS_pubmethodClone()

(Inherited from ArrayList.)

System_CAPS_pubmethodContains(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.

System_CAPS_pubmethodContains(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodCopyTo(Array^)

(Inherited from ArrayList.)

System_CAPS_pubmethodCopyTo(Array^, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodCopyTo(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.

System_CAPS_pubmethodCopyTo(Int32, Array^, Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from ArrayList.)

System_CAPS_pubmethodGetEnumerator(Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRange(Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(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.

System_CAPS_pubmethodIndexOf(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodIndexOf(Object^, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodIndexOf(Object^, Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodInsert(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.

System_CAPS_pubmethodInsert(Int32, Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodInsertRange(Int32, ICollection^)

(Inherited from ArrayList.)

System_CAPS_pubmethodLastIndexOf(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodLastIndexOf(Object^, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodLastIndexOf(Object^, Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(Dependency^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Removes the specified Dependency object from the collection.

System_CAPS_pubmethodRemove(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodRemoveRange(Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodReverse()

(Inherited from ArrayList.)

System_CAPS_pubmethodReverse(Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodSetRange(Int32, ICollection^)

(Inherited from ArrayList.)

System_CAPS_pubmethodSort()

(Inherited from ArrayList.)

System_CAPS_pubmethodSort(IComparer^)

(Inherited from ArrayList.)

System_CAPS_pubmethodSort(Int32, Int32, IComparer^)

(Inherited from ArrayList.)

System_CAPS_pubmethodToArray()

(Inherited from ArrayList.)

System_CAPS_pubmethodToArray(Type^)

(Inherited from ArrayList.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTrimToSize()

(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.

Return to top
Show: