Open this page in the API Guide

CalculatedMemberCollection.Remove Method

Namespace:  Dundas.BI.Data.CubeDescriptors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public bool Remove(
	CalculatedMember item
)

Parameters

item
Type: Dundas.BI.Data.CubeDescriptors.CalculatedMember
The object to remove from the ICollection<T>.

Return Value

Type: Boolean
true if item was successfully removed from the ICollection<T>; otherwise, false. This method also returns false if item is not found in the original ICollection<T>.

Implements

ICollection<T>.Remove(T)
Exceptions
See Also