UpdateOptions Enumeration

Defines how an object and the related dependant objects are updated in the server after an update command.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<FlagsAttribute> _
Public Enumeration UpdateOptions
[FlagsAttribute] 
public enum UpdateOptions
[FlagsAttribute] 
public enum class UpdateOptions
/** @attribute FlagsAttribute() */ 
public enum UpdateOptions
FlagsAttribute 
public enum UpdateOptions

Members

Member name Description
AlterDependents Send to the server the full object definition and all dependant objects also fully expanded. The full object definition includes properties, major objects and minor objects.
Default Send to the server only the object properties and minor object collections.
ExpandFull Send to the server the full object definition. The full object definition includes properties, major objects, and minor objects.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.AnalysisServices Namespace