Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes how objects depend on other objects.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration DependencyType
'Usage
Dim instance As DependencyType
public enum DependencyType
public enum class DependencyType
type 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. |
Remarks
New: 17 July 2006