KeyErrorAction 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.
Defines how errors are handling on dimension keys during process operations.
[System.Runtime.InteropServices.Guid("C747044A-9D00-4588-B922-2C33E50A7826")]
public enum KeyErrorAction
[<System.Runtime.InteropServices.Guid("C747044A-9D00-4588-B922-2C33E50A7826")>]
type KeyErrorAction =
Public Enum KeyErrorAction
- Inheritance
-
KeyErrorAction
- Attributes
Fields
Name | Value | Description |
---|---|---|
ConvertToUnknown | 0 | Converts key to unknown value. |
DiscardRecord | 1 | Discards the record. |