DropOptions Enumeration

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 (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration DropOptions
'Usage
Dim instance As DropOptions
[FlagsAttribute]
public enum DropOptions
[FlagsAttribute]
public enum class DropOptions
[<FlagsAttribute>]
type DropOptions
public enum DropOptions

Members

Member name Description
AlterOrDeleteDependents Specifies that the dependent objects are deleted and the affected ones are altered.

The process is stopped on the first failure or error and returned to initial state.

Default Specifies that the default drop option for that object is used,
IgnoreFailures Specifies that the drop process is continued on failures or errors.

Remarks

New:   17 July 2006

See Also

Reference

Microsoft.AnalysisServices Namespace