Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DataCoverageDefinition object represents a formula that is calculated based on an expression. It is a child of a Partition object. It requires compatibility level 1603 or higher.<97>
The DataCoverageDefinition object has the following properties.
|
Name |
Type |
Description |
|---|---|---|
|
ID |
unsignedLong |
A reference to the object. |
|
PartitionID |
unsignedLong |
An ID-based reference to a Partition object. |
|
Description |
string |
The description of the object. |
|
Expression |
string |
The DAX data coverage definition expression. |
|
ModifiedTime |
dateTime |
The time that the object was last modified. |
|
State |
enumeration |
A value that provides information about the state of the parent object or the container object. The possible values are as follows:
|
|
ErrorMessage |
string |
A string that explains the error state that is associated with the DataCoverageDefinition object. The ErrorMessage property is set by the engine only when the state of the object is one of these four values: SemanticError, EvaluationError, DependencyError, or SyntaxError. |