Метод RemoveCollectionItem

Removes a collection item from the collection set.

Пространство имен:  Microsoft.SqlServer.Management.Collector
Сборка:  Microsoft.SqlServer.Management.Collector (в Microsoft.SqlServer.Management.Collector.dll)

Синтаксис

'Декларация
Public Sub RemoveCollectionItem ( _
    item As CollectionItem _
)
'Применение
Dim instance As CollectionItemCollection
Dim item As CollectionItem

instance.RemoveCollectionItem(item)
public void RemoveCollectionItem(
    CollectionItem item
)
public:
void RemoveCollectionItem(
    CollectionItem^ item
)
member RemoveCollectionItem : 
        item:CollectionItem -> unit 
public function RemoveCollectionItem(
    item : CollectionItem
)

Параметры

Замечания

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