DependencyType Enumeration

Describes how objects depend on other objects.

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

Syntaxe

'Déclaration
Public Enumeration DependencyType
public enum DependencyType
public enum class DependencyType
public enum DependencyType
public enum DependencyType

Members

Member name Description
Alter Specifies that the dependent object will be altered or modified by the intended operation.
Delete Specifies that the dependent object will be deleted by the intended operation.
Invalid Specifies that the dependent object will be left invalid by the intended operation.

Notes

Nouveau :17 juillet 2006

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