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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。