DatabaseCollection.Remove-Methode (Database)

Removes the specified Database from the collection.

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

Syntax

VB
'Declaration
Public Sub Remove ( _
    item As Database _
)
'Usage
Dim instance As DatabaseCollection 
Dim item As Database

instance.Remove(item)

Parameter

Ausnahmen

Ausnahme Bedingung
ItemNotFoundException

item is not contained by the collection.

Siehe auch

Verweis

DatabaseCollection Klasse

Remove-Überladung

Microsoft.AnalysisServices-Namespace