SfcDependencyAction 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 SfcDependencyAction enum indicates the intended action for which this graph instance is to applied. it is made available to the client code as discovery, filtering and results enumeration are processed to make use of this information. It is assumed that domain-specific decisions will take this intent into account as processing proceeds. This is a fixed enum which may not be extended at present.
public enum SfcDependencyAction
type SfcDependencyAction =
Public Enum SfcDependencyAction
- Inheritance
-
SfcDependencyAction
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An unknown or generic action. |
Serialize | 1 | A serialization action. |
Create | 2 | A create action. |
Drop | 3 | A drop action. |
Alter | 4 | An alter action. |
Rename | 5 | A rename action involving a new SfcKey. |
Move | 6 | A move action involving a new SfcParent. |
Merge | 7 | A combination of Create, Drop, Alter and Rename as needed to merge object trees. |
Diff | 8 | A difference comparison action. |
Copy | 9 | A copy or transfer action. |