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.