Share via


DependencyType 列舉

The 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.