DropOptions-Enumeration
Defines the behavior of the drop method on dependent objects.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Memberwerte zulässt.
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
Member
Membername | Beschreibung | |
---|---|---|
Default | Specifies that the default drop option for that object is used, | |
IgnoreFailures | Specifies that the drop process is continued on failures or errors. | |
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. |
Hinweise
Neu: 17. Juli 2006