CollectionItemCollection 构造函数
初始化 CollectionItemCollection 类的新实例。
命名空间: Microsoft.SqlServer.Management.Collector
程序集: Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)
语法
声明
Public Sub New ( _
parent As CollectionSet _
)
用法
Dim parent As CollectionSet
Dim instance As New CollectionItemCollection(parent)
public CollectionItemCollection(
CollectionSet parent
)
public:
CollectionItemCollection(
CollectionSet^ parent
)
new :
parent:CollectionSet -> CollectionItemCollection
public function CollectionItemCollection(
parent : CollectionSet
)
参数
- parent
类型:Microsoft.SqlServer.Management.Collector. . :: . .CollectionSet
一个 CollectionSet 对象,该对象标识某一收集项所属的收集组。
注释
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.