DropOptions Enumeration

Defines the behavior of the drop method on dependent objects.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration DropOptions
[FlagsAttribute] 
public enum DropOptions
[FlagsAttribute] 
public enum class DropOptions
/** @attribute FlagsAttribute() */ 
public enum DropOptions
FlagsAttribute 
public enum 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.

Remarks

New:17 July 2006

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.AnalysisServices Namespace