DataObjectChangeType 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.
Specifies the type of data object change that has occurred.
public enum class DataObjectChangeType
public enum DataObjectChangeType
type DataObjectChangeType =
Public Enum DataObjectChangeType
- Inheritance
-
DataObjectChangeType
Fields
Name | Value | Description |
---|---|---|
Add | 0 | A new data object has been added. |
Change | 1 | An existing data object has been changed. |
Remove | 2 | An existing data object has been removed. |