Método DataItemCollection.Remove

Removes the specified DataItem from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Sub Remove ( _
    item As DataItem _
)
'Uso
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
)

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

item is not contained by the collection.

Consulte também

Referência

DataItemCollection Classe

Namespace Microsoft.AnalysisServices