SsasInvalidXmlCharacterProcessing Enumeration
The SsasInvalidXmlCharacterProcessing enumeration provides options for how invalid XML characters are handled by SQL Server Analysis Services.
Enumeration Values
Name | Summary |
---|---|
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. |