次の方法で共有


DependencyType 列挙体

DependencyType 列挙は、依存関係検出操作の方向を示す定数値の一覧です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Enumeration DependencyType
'使用
Dim instance As DependencyType
public enum DependencyType
public enum class DependencyType
type DependencyType
public enum DependencyType

メンバー

メンバー名 説明
Children 依存関係検出操作によって、子オブジェクトとのリレーションシップが確立されます。
Parents 依存関係検出操作によって、親オブジェクトとのリレーションシップが確立されます。

説明

DependencyType 列挙クラスは、EnumDependencies メソッドと DiscoverDependencies メソッドによって使用されます。