Trimming Enumeration
Updated: May 24, 2016
Specifies how a string type data item is trimmed.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Member name | Description | |
|---|---|---|
| Left | Specifies that the left white-space characters in a string are removed. | |
| LeftRight | Specifies that the both left and right white-space characters in a string are removed. | |
| None | Specifies that the no white-space characters are removed. | |
| Right | Specifies that the right white-space characters in a string are removed. |
New: 17 July 2006
Show: