DependencyType 枚举

The DependencyType enumeration is a list of constant values that specifies the direction of the dependency discovery operation.

命名空间:  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 The dependency discovery operation establishes relationships with child objects.
Parents The dependency discovery operation establishes relationships with parent objects.

注释

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