Поделиться через


Перечисление UpdateOptions

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

Это перечисление имеет атрибут FlagsAttribute, допускающий побитовое сочетание значений его элементов.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<FlagsAttribute> _
Public Enumeration UpdateOptions
'Применение
Dim instance As UpdateOptions
[FlagsAttribute]
public enum UpdateOptions
[FlagsAttribute]
public enum class UpdateOptions
[<FlagsAttribute>]
type UpdateOptions
public enum UpdateOptions

Элементы

Имя элемента Описание
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.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices