Share via


Enumerazione DropOptions

Defines the behavior of the drop method on dependent objects.

Questa enumerazione dispone di un attributo FlagsAttribute che consente una combinazione bit per bit dei relativi valori dei membri.

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<FlagsAttribute> _
Public Enumeration DropOptions
'Utilizzo
Dim instance As DropOptions
[FlagsAttribute]
public enum DropOptions
[FlagsAttribute]
public enum class DropOptions
[<FlagsAttribute>]
type DropOptions
public enum DropOptions

Membri

Nome membro Descrizione
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.

Osservazioni

Nuovo: 17 luglio 2006