This topic has not yet been rated - Rate this topic

MeasureGroupAttributeCollection.Remove Method (String)

Removes a MeasureGroupAttribute from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public void Remove(
	string attributeId
)

Parameters

attributeId
Type: System.String
The attribute identifier of the MeasureGroupAttribute to be removed.
ExceptionCondition
ItemNotFoundException

attributeID does not exist in the collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.