Metodo Remove (AggregationDesignAttribute)
Removes the specified AggregationDesignAttribute from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
item As AggregationDesignAttribute _
)
'Utilizzo
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
)
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .AggregationDesignAttribute
The AggregationDesignAttribute to be removed.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | item is not contained by the collection. |
Vedere anche