Compartir a través de


CollectionItemCollection.RemoveCollectionItem Método

Removes a collection item from the collection set.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
Public Sub RemoveCollectionItem ( _
    item As CollectionItem _
)
'Uso
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
)

Parámetros

Comentarios

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

Vea también

Referencia

CollectionItemCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Collector