Конструктор 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
A CollectionSet object that identifies the collection set to which a collection item belongs.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.