Expand Minimize
0 out of 3 rated this helpful - Rate this topic

UpdateOptions Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[FlagsAttribute]
public enum UpdateOptions
Member nameDescription
AlterDependentsSends the full object definition to the server. The full object definition includes properties, major objects, and minor objects. Dependent objects are also fully expanded.
DefaultSends only the object properties and minor object collections to the server.
ExpandFullSends the full object definition to the server. The full object definition includes properties, major objects, and minor objects.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.