Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the source of a change that was made during a transaction.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Enumeration ChangeSource
'Usage
Dim instance As ChangeSource
public enum ChangeSource
public enum class ChangeSource
public enum ChangeSource
Members
| Member name | Description | |
|---|---|---|
| Normal | Changes that occurred during normal processing. | |
| Rule | Changes that occurred during rule firing. | |
| Propagate | Changes that occurred during delete propagation. | |
| Other | Changes that during some other processing. |