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 命名空间