Méthode Remove (String)
Removes the AggregationAttribute with the specified identifier from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
attributeId As String _
)
'Utilisation
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
)
Paramètres
- attributeId
Type : System. . :: . .String
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | attributeID is not contained by the collection. |