UpdateMode Enumeration
Applies To: SQL Server (starting with 2016)
Specifies an enumeration of update mode.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| Create | The create mode. | |
| CreateOrReplace | The CreateOrReplace mode. | |
| Default | The Default mode. | |
| Update | The Update mode. | |
| UpdateOrCreate | The UpdateOrCreate mode. |
Show: