Expand Minimize
This topic has not yet been rated - Rate this topic

Trimming Enumeration

Specifies how a string type data item is trimmed.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public enum Trimming
Member nameDescription
LeftSpecifies that the left white-space characters in a string are removed.
LeftRightSpecifies that the both left and right white-space characters in a string are removed.
NoneSpecifies that the no white-space characters are removed.
RightSpecifies that the right white-space characters in a string are removed.

New:   17 July 2006

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.