共用方式為


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 日