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 依赖关系发现操作建立与父对象的关系。

注释

The DependencyType enumeration class is used by the EnumDependencies method and the DiscoverDependencies method.