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