Partager via


Méthode Remove

Removes the specified DataItem from the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    item As DataItem _
)
'Utilisation
Dim instance As DataItemCollection
Dim item As DataItem

instance.Remove(item)
public void Remove(
    DataItem item
)
public:
void Remove(
    DataItem^ item
)
member Remove : 
        item:DataItem -> unit 
public function Remove(
    item : DataItem
)

Paramètres

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.