DropOptions Enumeration
Applies To: SQL Server (starting with 2016)
Defines the behavior of the drop method on dependent objects.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| AlterOrDeleteDependents | Specifies that the dependent objects are deleted and the affected ones are altered. | |
| Default | Specifies that the default drop option for that object is used, | |
| IgnoreFailures | Specifies that the drop process is continued on failures or errors. |
Show: