AggregationDesignAttributeCollection.Remove Method (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
)
Parameters
- item
Type: Microsoft.AnalysisServices.AggregationDesignAttribute
The AggregationDesignAttribute to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item is not contained by the collection. |