UpdateOptions Enumeration
Applies To: SQL Server (starting with 2016)
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.Core (in Microsoft.AnalysisServices.Core.dll)
[FlagsAttribute]
public enum UpdateOptions
[FlagsAttribute]
public enum class UpdateOptions
[<FlagsAttribute>]
type UpdateOptions
<FlagsAttribute>
Public Enumeration UpdateOptions
Member name | Description | |
---|---|---|
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 Namespace
Return to top