DropOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
AlterOrDeleteDependents | 2 | Specifies that the dependent objects are deleted and the affected ones are altered. |