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.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

[FlagsAttribute]
public enum DropOptions
[FlagsAttribute]
public enum class DropOptions
[<FlagsAttribute>]
type DropOptions
<FlagsAttribute>
Public Enumeration DropOptions

Members

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.

See Also

Microsoft.AnalysisServices Namespace

Return to top