SfcDependencyDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SfcDependencyDirection enum indicates the direction of the relation relative to the current object. This is used when the direction is not already somehow implied.
public enum SfcDependencyDirection
type SfcDependencyDirection =
Public Enum SfcDependencyDirection
- Inheritance
-
SfcDependencyDirection
Fields
Name | Value | Description |
---|---|---|
None | 0 | No direction implies association of two objects without a particular ordering. |
Inbound | 1 | An inbound relation means another object is dependent on the current object. |
Outbound | 2 | An outbound relation means the current object is dependent on another object. |