共用方式為


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 used by the EnumDependencies method and the DiscoverDependencies method.

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間