Analyzer (MDStore Interface)

注意注意

  この機能は、Microsoft SQL Server の次のバージョンで削除されます。 新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。

The Analyzer property of the MDStore interface contains a reference to the analyzer object associated with an MDStore object. The system automatically associates one analyzer with an MDStore object.

Applies To:clsCube (excluding virtual cubes), clsPartition

Data Type

Object

The ClassType value of the returned object depends on the value of the ClassType property of the object.

Class type

Returned object class type

ClsCube

clsCubeAnalyzer

ClsPartition

clsPartitionAnalyzer

Access

Read-only

説明

The analyzer object is used to perform structure and data analysis for the cube or partition to which it is associated. For more information, see clsCubeAnalyzer and clsPartitionAnalyzer.

関連項目

参照