Metoda AggregationAttributeCollection.Remove (AggregationAttribute)
Usuwa określony AggregationAttribute z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
item As AggregationAttribute _
)
'Użycie
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute
instance.Remove(item)
public void Remove(
AggregationAttribute item
)
public:
void Remove(
AggregationAttribute^ item
)
member Remove :
item:AggregationAttribute -> unit
public function Remove(
item : AggregationAttribute
)
Parametry
- item
Typ: Microsoft.AnalysisServices.AggregationAttribute
AggregationAttribute Do usunięcia.
Wyjątki
Wyjątek | Warunek |
---|---|
ItemNotFoundException | itemnie jest zawarty kolekcja. |
Zobacz także