共用方式為


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