Metoda AggregationInstanceAttributeCollection.Remove (AggregationInstanceAttribute)
Usuwa określony AggregationInstanceAttribute z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
item As AggregationInstanceAttribute _
)
'Użycie
Dim instance As AggregationInstanceAttributeCollection
Dim item As AggregationInstanceAttribute
instance.Remove(item)
public void Remove(
AggregationInstanceAttribute item
)
public:
void Remove(
AggregationInstanceAttribute^ item
)
member Remove :
item:AggregationInstanceAttribute -> unit
public function Remove(
item : AggregationInstanceAttribute
)
Parametry
- item
Typ: Microsoft.AnalysisServices.AggregationInstanceAttribute
Określa AggregationInstanceAttribute ma zostać usunięty z kolekcja.
Wyjątki
Wyjątek | Warunek |
---|---|
ItemNotFoundException | itemnie jest zawarty kolekcja. |