共用方式為


IsValid (MDStore Interface)

[!附註]

  下一版的 Microsoft SQL Server 將不再提供此功能。請勿在新的開發工作中使用此功能,並且儘速修改使用此功能的應用程式。

The IsValid property of the MDStore interface indicates whether the MDStore object and its dependent objects are valid.

Applies To:clsAggregation, clsCube, clsDatabase, clsPartition

Data Type

Boolean

Access

Read-only

備註

Validation depends on the value of the ClassType property of the object.

Class type

Validation

clsAggregation

The name, parent, and prefix of the aggregation

clsCube

The measures, dimensions, data source, fact table, and other properties of the cube

clsDatabase

The cubes, virtual cubes, dimensions, roles, and commands of the database

clsPartition

The measures, dimensions, fact table, aggregation prefix, and other properties of the partition

請參閱

參考