CubeAttributeCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes a CubeAttribute from the collection.
Overload List
Name | Description | |
---|---|---|
Remove(String) | Removes the CubeAttribute, with the specified identifier, from the collection. | |
Remove(CubeAttribute) | Removes the specified CubeAttribute from the collection. | |
Remove(IModelComponent) | (Inherited from ModelComponentCollection.) | |
Remove(String, Boolean) | Infrastructure. | |
Remove(CubeAttribute, Boolean) | Infrastructure. |
Top