CopyTo method: AnalyticTypeDefn class

Syntax

CopyTo(NewAnalyticTypeName)

Description

Use the CopyTo method to copy the current AnalyticTypeDefn object to the AnalyticTypeDefn object with the specified name. This method fails if the analytic type specified with NewAnalyticTypeName already exists.

Parameters

Parameter Description

NewAnalyticTypeName

Specify the name of the new analytic type definition that you want to create.

Returns

The new AnalyticTypeDefn object.