PartitionCollection.Remove-Methode (String)
Removes the Partition, with the specified identifier, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
id As String _
)
'Usage
Dim instance As PartitionCollection
Dim id As String
instance.Remove(id)
public void Remove(
string id
)
public:
void Remove(
String^ id
)
member Remove :
id:string -> unit
public function Remove(
id : String
)
Parameter
- id
Typ: System.String
The identifier of the Partition to be removed.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ItemNotFoundException | id is not contained by the collection. |