Énumération UpdateOptions
Defines how an object and related dependent objects are updated on the server after an update command.
Cette énumération possède un attribut FlagsAttribute qui permet la combinaison d'opérations de bits de ses valeurs membres.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<FlagsAttribute> _
Public Enumeration UpdateOptions
'Utilisation
Dim instance As UpdateOptions
[FlagsAttribute]
public enum UpdateOptions
[FlagsAttribute]
public enum class UpdateOptions
[<FlagsAttribute>]
type UpdateOptions
public enum UpdateOptions
Membres
Nom de membre | 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. |