SfcDependencyDirection Enumeration
Indicates the direction of the relation relative to the current object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Member name | Description | |
|---|---|---|
| Inbound | Another object is dependent on the current object. | |
| None | The objects are not dependent on each other. | |
| Outbound | The current object is dependent on another object. |
Show: