共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。