SaveFlags Enumeration
Updated: May 24, 2016
Flags used to control the behavior of a SaveChanges operation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Member name | Description | |
|---|---|---|
| Default | All pending model changes are packed in a batch containing Create/Alter/Delete/Rename/Process commands together with a SequencePoint command (to trigger immediate validation on Server if used inside transaction) and sent to the Server. If there are no pending changes, these flags are ignored. | |
| DelayValidation | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. | |
| ForceValidation | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |