Énumération DropOptions
Defines the behavior of the drop method on dependent objects.
Cette énumération possède un attribut FlagsAttribute qui permet la combinaison d'opérations de bits de ses valeurs membres.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<FlagsAttribute> _
Public Enumeration DropOptions
'Utilisation
Dim instance As DropOptions
[FlagsAttribute]
public enum DropOptions
[FlagsAttribute]
public enum class DropOptions
[<FlagsAttribute>]
type DropOptions
public enum DropOptions
Membres
Nom de membre | Description | |
---|---|---|
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. |
Notes
Nouveau : 17 juillet 2006