You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A *deprecated feature* will be discontinued from the product in a future release, but is still supported and included in the current release to maintain backward compatibility. It's recommended you discontinue using deprecated features in new and existing projects to maintain compatibility with future releases.
27
+
This article describes changes in feature availability and behavior between the current release and the previous release.
25
28
26
-
A *discontinued feature* was deprecated in an earlier release. It may continue to be included in the current release, but is no longer supported. Discontinued features may be removed entirely in a future release or update.
29
+
## Deprecated features
30
+
A *deprecated feature* will be discontinued from the product in a future release, but is still supported and included in the current release to maintain backward compatibility. It's recommended you discontinue using deprecated features in new and existing projects to maintain compatibility with future releases.
27
31
28
-
## Deprecated features in SQL Server 2017 Analysis Services
29
-
The following features are deprecated in this release and will no longer be supported in a future release.
32
+
The following features are deprecated in this release:
30
33
31
34
|||
32
35
|-|-|
@@ -36,13 +39,15 @@ The following features are deprecated in this release and will no longer be supp
36
39
|Tabular|Tabular Object Model properties: Column.TableDetailPosition, Column.IsDefaultLabel, Column.IsDefaultImage|
37
40
|Multidimensional|Data Mining|
38
41
39
-
## Discontinued features in SQL Server 2017 Analysis Services
42
+
## Discontinued features
43
+
A *discontinued feature* was deprecated in an earlier release. It may continue to be included in the current release, but is no longer supported. Discontinued features may be removed entirely in a future release or update.
44
+
40
45
The following features were deprecated in an earlier release and are no longer supported in this release.
41
46
42
47
|||
43
48
|-|-|
44
49
|**Mode/Category**|**Feature**|
45
-
|Tabular|VertipaqPagingPolicy memory property value (2), enable paging to disk using memory mapped files|
50
+
|Tabular|VertipaqPagingPolicy memory property value (2), enable paging to disk using memory mapped files.|
46
51
|Multidimensional|Remote partitions|
47
52
|Multidimensional|Remote linked measure groups|
48
53
|Multidimensional|Dimensional writeback|
@@ -51,3 +56,16 @@ The following features were deprecated in an earlier release and are no longer s
51
56
|Tools|Server Profiler for Trace Replay <br />Replacement. There is no replacement.|
52
57
|Trace Management Objects and Trace APIs|Microsoft.AnalysisServices.Trace objects (contains the APIs for Analysis Services Trace and Replay objects). The replacement is multi-part:<br /><br /> - Trace Configuration: Microsoft.SqlServer.Management.XEvent<br />- Trace Reading: Microsoft.SqlServer.XEvent.Linq<br />- Trace Replay: None|
53
58
59
+
## Breaking changes
60
+
A *breaking change* causes a feature, data model, application code, or script to no longer function after upgrading to the current release.
61
+
62
+
There are no breaking changes in this release.
63
+
64
+
## Behavior changes
65
+
A *behavior change* affects how the same feature works in the current release as compared to the previous release. Only significant behavior changes are described. Changes in user interface are not included.
66
+
67
+
There are no behavior changes in this release.
68
+
69
+
70
+
## See also
71
+
[Analysis Services backward compatibility (SQL Server 2016)](analysis-services-backward-compatibility.md)
0 commit comments