Перечисление 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.