DependencyType Enumeration
Updated: May 24, 2016
Describes how objects depend on other objects.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| 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. |
New: 17 July 2006
Show: