Enumeração UpdateOptions
Defines how an object and related dependent objects are updated on the server after an update command.
Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit de seus valores de membro.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<FlagsAttribute> _
Public Enumeration UpdateOptions
'Uso
Dim instance As UpdateOptions
[FlagsAttribute]
public enum UpdateOptions
[FlagsAttribute]
public enum class UpdateOptions
[<FlagsAttribute>]
type UpdateOptions
public enum UpdateOptions
Membros
Nome do membro | Descrição | |
---|---|---|
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. |