Remove-Methode (String)
Removes a specified AggregationInstanceAttribute from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
attributeId As String _
)
'Usage
Dim instance As AggregationInstanceAttributeCollection
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
)
Parameter
- attributeId
Typ: System. . :: . .String
Identifies the attribute of the Aggregation to be removed.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ItemNotFoundException | attributeId is not contained by the collection. |