次の方法で共有


State (MDStore Interface)

ms133916.note(ja-jp,SQL.90).gifメモ :
  この機能は、Microsoft SQL Server の次のバージョンで削除されます。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。

The State property of the MDStore interface returns an enumeration constant indicating the processing state of the object on the server represented by the Decision Support Objects (DSO) MDStore object.

Applies To:clsCube, clsDatabase, clsPartition

Data Type

OlapStateTypes

Access

Read-only

解説

The State property indicates the current status of an MDStore object. It is used to determine whether processing of the object is required. For more information, see OlapStateTypes.

The supported values of the State property depend on the value of the class type of the associated MDStore object. The default value is olapStateNeverProcessed.

Class type State

clsDatabase

olapStateNeverProcessed olapStateCurrent

clsCube

olapStateNeverProcessed olapStateSourceMappingChanged olapStateCurrent

clsPartition

All states apply

参照

関連項目

MDStore Interface

ヘルプおよび情報

SQL Server 2005 の参考資料の入手