Compartir a través de


Enumeración UpdateOptions

Defines how an object and related dependent objects are updated on the server after an update command.

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 UpdateOptions
'Uso
Dim instance As UpdateOptions
[FlagsAttribute]
public enum UpdateOptions
[FlagsAttribute]
public enum class UpdateOptions
[<FlagsAttribute>]
type UpdateOptions
public enum UpdateOptions

Miembros

Nombre del miembro Descripción
AlterDependents Sends the full object definition to the server. The full object definition includes properties, major objects, and minor objects. Dependent objects are also fully expanded.
Default Sends only the object properties and minor object collections to the server.
ExpandFull Sends the full object definition to the server. The full object definition includes properties, major objects, and minor objects.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices