Metoda CollectionItemCollection.RemoveCollectionItem
Usuwa element z kolekcja zestaw kolekcja.
Przestrzeń nazw: Microsoft.SqlServer.Management.Collector
Zestaw: Microsoft.SqlServer.Management.Collector (w Microsoft.SqlServer.Management.Collector.dll)
Składnia
'Deklaracja
Public Sub RemoveCollectionItem ( _
item As CollectionItem _
)
'Użycie
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
)
Parametry
- item
Typ: Microsoft.SqlServer.Management.Collector.CollectionItem
A CollectionItem obiektu.
Uwagi
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0 Microsoft .NET Framework.
Zobacz także