Enumeração DependencyType
Describes how objects depend on other objects.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
'Declaração
Public Enumeration DependencyType
'Uso
Dim instance As DependencyType
C#
public enum DependencyType
public enum class DependencyType
type DependencyType
public enum DependencyType
Nome do membro | Descrição | |
---|---|---|
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. |
Novo: 17 de julho de 2006