DropOptions Enum

Definition

Defines the behavior of the drop method on dependent objects.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum DropOptions
[<System.Flags>]
type DropOptions = 
Public Enum DropOptions
Inheritance
DropOptions
Attributes

Fields

AlterOrDeleteDependents 2

Specifies that the dependent objects are deleted and the affected ones are altered.

Default 0

Specifies that the default drop option for that object is used,

IgnoreFailures 1

Specifies that the drop process is continued on failures or errors.

Applies to