Freigeben über


AggregationDesignAttributeCollection.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

Ausnahmen

Ausnahme Bedingung
ItemNotFoundException

item is not contained by the collection.

Siehe auch

Verweis

AggregationDesignAttributeCollection Klasse

Remove-Überladung

Microsoft.AnalysisServices-Namespace