共用方式為


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
)

參數

備註

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