CollectionItemCollection 构造函数

Initializes a new instance of the CollectionItemCollection class.

命名空间:  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
)

参数

注释

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

请参阅

参考

CollectionItemCollection 类

Microsoft.SqlServer.Management.Collector 命名空间