Compartilhar via


Método DatabaseCollection.Remove (Database)

Removes the specified Database from the collection.

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

Sintaxe

'Declaração
Public Sub Remove ( _
    item As Database _
)
'Uso
Dim instance As DatabaseCollection 
Dim item As Database

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

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

item is not contained by the collection.

Consulte também

Referência

DatabaseCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices