Skip to content

Commit 7abd112

Browse files
committed
New translations update-compatibility-level.md (Chinese Simplified)
1 parent 94eb919 commit 7abd112

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

localizedContent/zh/content/how-tos/update-compatibility-level.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ applies_to:
2424
> [!WARNING]
2525
> 兼容级别升级是单向的。 你可以升级,但无法可靠地降级。 将其视为一次架构升级,并先验证你的部署目标。
2626
27+
## Compatibility level vs. compatibility mode
28+
29+
Compatibility Level and Compatibility Mode are separate properties that serve different purposes:
30+
31+
| 属性 | Controls | Values |
32+
| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
33+
| `Database.CompatibilityLevel` | Which TOM features are available (e.g., custom calendars, DAX UDFs) | `1200`, `1500`, `1600`, `1701`, `1702`, etc. |
34+
| `Database.CompatibilityMode` | Which platform the model targets, which TOM objects and properties are available, and which edition restrictions apply | `Unknown`, `AnalysisServices`, `PowerBI`, `Excel` |
35+
36+
If you need to change the platform target rather than unlock new TOM features, see [Change compatibility mode](xref:change-compatibility-mode).
37+
2738
## 何时升级
2839

2940
在以下情况下升级:

0 commit comments

Comments
 (0)