UpdateOptions Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum UpdateOptions
[<System.Flags>]
type UpdateOptions = 
Public Enum UpdateOptions
Inheritance
UpdateOptions
Attributes

Fields

AlterDependents 2

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 (eg: altering a dimension might require altering affected cubes).

Default 0

Sends only the object properties and minor object collections to the server.

ExpandFull 1

Sends the full object definition to the server. The full object definition includes properties, major objects, and minor objects.

Applies to