Перечисление 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
Элементы
Имя элемента | Описание | |
---|---|---|
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. |
|
Default | Specifies that the default drop option for that object is used, | |
IgnoreFailures | Specifies that the drop process is continued on failures or errors. |
Замечания
Добавления: 17 июля 2006 г.