AttachPart method: OrganizerDefn class

Syntax

AttachPart(PartName, PartType)

Description

Use the AttachPart method to attach the part specified by PartName to the organizer. The part must exist in the analytic model.

Parameters

Parameter Description

PartName

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

PartType

Specify the type of part that you want to attach. Values are:

Value Description

AnalyticModel_Dimension

Attach a dimension.

AnalyticModel_Cube

Attach a cube.

AnalyticModel_ CubeCollection

Attach a cube collection.

AnalyticModel_UserFunction

Attach a user function.

Returns

None.