DropOptions 枚举
Defines the behavior of the drop method on dependent objects.
此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration DropOptions
用法
Dim instance As DropOptions
[FlagsAttribute]
public enum DropOptions
[FlagsAttribute]
public enum class DropOptions
[<FlagsAttribute>]
type DropOptions
public enum DropOptions
成员
成员名称 | 说明 | |
---|---|---|
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. |
注释
新增日期: 2006 年 7 月 17 日