DependencyType Enumeration

Describes how objects depend on other objects.

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
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.

备注

新增日期:2006 年 7 月 17 日

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.AnalysisServices Namespace