Skip to content

Commit b85284b

Browse files
committed
New translations update-compatibility-level.md (Chinese Simplified)
1 parent c8e1b25 commit b85284b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ applies_to:
2424
> [!WARNING]
2525
> 兼容级别升级是单向的。 你可以升级,但无法可靠地降级。 将其视为一次架构升级,并先验证你的部署目标。
2626
27-
## Compatibility level vs. compatibility mode
27+
## 兼容级别与兼容模式
2828

29-
Compatibility Level and Compatibility Mode are separate properties that serve different purposes:
29+
兼容级别和兼容模式是两个独立的属性,用途不同:
3030

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` |
31+
| 属性 | 控制内容 | |
32+
| ----------------------------- | ------------------------------- | ---------------------------------------------- |
33+
| `Database.CompatibilityLevel` | 可用的 TOM 功能(例如自定义日历、DAX UDF 等) | `1200``1500``1600``1701``1702` 等。 |
34+
| `Database.CompatibilityMode` | 模型面向的平台、可用的 TOM 对象和属性,以及适用的版本限制 | `Unknown``AnalysisServices``PowerBI``Excel` |
3535

36-
If you need to change the platform target rather than unlock new TOM features, see [Change compatibility mode](xref:change-compatibility-mode).
36+
如果你需要更改目标平台,而不是解锁新的 TOM 功能,请参阅[更改兼容模式](xref:change-compatibility-mode)
3737

3838
## 何时升级
3939

0 commit comments

Comments
 (0)