Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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. |