DependencyType 枚举
Describes how objects depend on other objects.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Enumeration DependencyType
用法
Dim instance As DependencyType
public enum DependencyType
public enum class DependencyType
type DependencyType
public enum DependencyType
成员
成员名称 | 说明 | |
---|---|---|
Alter | Specifies that the dependent object will be altered or modified by the intended operation. | |
Invalid | Specifies that the dependent object will be left invalid by the intended operation. | |
Delete | Specifies that the dependent object will be deleted by the intended operation. |
注释
新增日期: 2006 年 7 月 17 日