Enum SsasInvalidXmlCharacterProcessing
Namespace: Varigence.Languages.Biml.Cube
Assembly: Biml.dll
C#
public enum SsasInvalidXmlCharacterProcessing
Fields
| Fields | Description |
|---|---|
| Preserve | Specifies that invalid XML characters should be preserved without modfication. |
| Remove | Specifies that invalid XML characters should be entirely removed. |
| Replace | Specifies that invalid XML characters should be replaced with valid characters. |