DetachPart method: OrganizerDefn class

Syntax

DetachPart(PartName, PartType)

Description

Use the DetachPart method to detach the part specified by PartName from the organizer.

Parameters

Parameter Description

PartName

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

PartType

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

Value Description

AnalyticModel_Dimension

Detach a dimension.

AnalyticModel_Cube

Detach a cube.

AnalyticModel_ CubeCollection

Detach a cube collection.

AnalyticModel_UserFunction

Detach a user function.

Returns

None.