UpdateOptions Enumeration

Defines how an object and the related dependant objects are updated in the server after an update command.

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
<FlagsAttribute> _
Public Enumeration UpdateOptions
[FlagsAttribute] 
public enum UpdateOptions
[FlagsAttribute] 
public enum class UpdateOptions
/** @attribute FlagsAttribute() */ 
public enum UpdateOptions
FlagsAttribute 
public enum UpdateOptions

Members

Member name Description
AlterDependents Send to the server the full object definition and all dependant objects also fully expanded. The full object definition includes properties, major objects and minor objects.
Default Send to the server only the object properties and minor object collections.
ExpandFull Send to the server the full object definition. The full object definition includes properties, major objects, and minor objects.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.AnalysisServices Namespace