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 日