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