ChangeSource 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.
Indicates the source of a change made during a transaction
public enum class ChangeSource
public enum ChangeSource
type ChangeSource =
Public Enum ChangeSource
- Inheritance
-
ChangeSource
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Changes that occurr during normal processing |
Rule | 1 | Changes that occurred during rule firing |
Propagate | 2 | Changes that occurred during delete propagation |
Other | 3 | Other changes |