次の方法で共有


DependencyType 列挙体

オブジェクトが他のオブジェクトにどのように依存しているかについて説明します。

名前空間:  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 目的の操作によって依存オブジェクトが変更または修正されることを指定します。
Invalid 目的の操作によって依存オブジェクトが無効のままになることを指定します。
Delete 目的の操作によって依存オブジェクトが削除されることを指定します。

説明

新規 :2006 年 7 月 17 日