Конструктор 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.
См. также