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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。