The supported masking options for a data element.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
SyntaxPublic Enumeration MaskingKind
public enum class MaskingKind
Members|
| Member name | Value | Description |
|---|
| AllCharacters | 0 | All characters will be masked according to the specified number of characters. If the number specified is 0, then the original value's length will be used. |
| MaskCharacters | 1 | Mask a fixed number of characters from the start or end of the value. |
| PreserveCharacters | 2 | A fixed number of characters from the start or end of the value will be kept and all others will be masked. |
| ClearValue | 3 | The value will be an empty string or NaN (Not a Number). |
See Also