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。) |
上層
方法
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。