WriteBackTableCreation Enumeration
Applies To: SQL Server (starting with 2016)
Determines whether a writeback table is created during the Process operation.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| Create | Creates a new writeback table, if one does not exist. If a writeback table already exists, an error occurs. | |
| CreateAlways | Creates a new writeback table, overwriting any existing writeback table. | |
| UseExisting | Uses the existing writeback table, if one already exists. If one does not exist, an error occurs. |
Show: