UsesPart method: OrganizerDefn class

Syntax

UsesPart(PartName, PartType)

Description

Use the UsesPart method to determine if the organizer uses the part specified by PartName.

Parameters

Parameter Description

PartName

Specify the name of the part that you want to verify.

PartType

Specify the type of the part that you want to verify. Valid values are:

Value Description

AnalyticModel_Dimension

A dimension.

AnalyticModel_Cube

A cube.

AnalyticModel_ CubeCollection

A cube collection.

AnalyticModel_UserFunction

A user function.

Returns

A Boolean value: true if the part is associated with the organizer, false otherwise.