Trimming Enumeration

Specifies how a string type data item is trimmed.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public enum Trimming

Members

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.

Remarks

New:   17 July 2006

See Also

Reference

Microsoft.AnalysisServices Namespace