Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Defines the behavior of the drop method on dependent objects.
Esta enumeración tiene un atributo FlagsAttribute que permite una combinación bit a bit de los valores de sus miembros.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<FlagsAttribute> _
Public Enumeration DropOptions
'Uso
Dim instance As DropOptions
[FlagsAttribute]
public enum DropOptions
[FlagsAttribute]
public enum class DropOptions
[<FlagsAttribute>]
type DropOptions
public enum DropOptions
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Comentarios
Nuevo: 17 de julio de 2006