Méthode MeasureGroupAttributeCollection.Remove (String)
Removes a MeasureGroupAttribute 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 MeasureGroupAttributeCollection
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
The attribute identifier of the MeasureGroupAttribute to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | attributeID does not exist in the collection. |