Freigeben über


UpdateOptions-Enumeration

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

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration UpdateOptions
'Usage
Dim instance As UpdateOptions
[FlagsAttribute]
public enum UpdateOptions
[FlagsAttribute]
public enum class UpdateOptions
[<FlagsAttribute>]
type UpdateOptions
public enum UpdateOptions

Elemente

Elementname Beschreibung
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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace