Remove-Methode (AggregationDesignAttribute)
Removes the specified AggregationDesignAttribute from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As AggregationDesignAttribute _
)
'Usage
Dim instance As AggregationDesignAttributeCollection
Dim item As AggregationDesignAttribute
instance.Remove(item)
public void Remove(
AggregationDesignAttribute item
)
public:
void Remove(
AggregationDesignAttribute^ item
)
member Remove :
item:AggregationDesignAttribute -> unit
public function Remove(
item : AggregationDesignAttribute
)
Parameter
- item
Typ: Microsoft.AnalysisServices. . :: . .AggregationDesignAttribute
The AggregationDesignAttribute to be removed.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ItemNotFoundException | item is not contained by the collection. |