Share via


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.