DependencyType Enumeration
The DependencyType enumeration is a list of constant values that specifies the direction of the dependency discovery operation.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Member name | Description | |
|---|---|---|
| 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.
Show: