Version

AddFilterPart Method (MdxAxisFilterElement)

Adds a collection of existing filters.
Syntax
'Declaration
 
Public Sub AddFilterPart( _
   ByVal filterCollection As IMdxCollectionElement, _
   Optional ByVal addToSingleCollection As Boolean _
) 
public void AddFilterPart( 
   IMdxCollectionElement filterCollection,
   bool addToSingleCollection
)

Parameters

filterCollection
Collection of IMdxElement items participating in the filter.
addToSingleCollection
if set to true the collection with the filter items is added to the collection of SingleFilterElements regardless the count of its elements.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also