Analysis Services Programming
PrepareGoalQueries (clsPartitionAnalyzer)
The PrepareGoalQueries method of an object of ClassType clsPartitionAnalyzer analyzes the goal queries that were added using the AddGoalQuery method.
Syntax
object. PrepareGoalQueries
object
The object of ClassType clsPartitionAnalyzer used to perform the analysis.
Remarks
If you added any goal queries during the partition analyzer session, use this method before calling the NextAnalysisStep method.
Example
For more information on examples using this method, see AddGoalQuery.