次の方法で共有


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
)

パラメーター

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CollectionItemCollection クラス

Microsoft.SqlServer.Management.Collector 名前空間