CollectionItemCollection.RemoveCollectionItem Method
Removes a collection item from the collection set.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Public Sub RemoveCollectionItem ( _
item As CollectionItem _
)
'Usage
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
)
Parameters
- item
Type: Microsoft.SqlServer.Management.Collector.CollectionItem
A CollectionItem object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
See Also