Skip to main content

Enum SsasTrimming

Namespace: Varigence.Languages.Biml.Cube

Assembly: Biml.dll

C#


public enum SsasTrimming

Fields

FieldsDescription
LeftSpecifies that whitespace characters should be removed from the beginning of the string.
LeftRightSpecifies that whitespace characters should be removed from the beginning and end of the string.
NoneSpecifies that no string trimming should be performed.
RightSpecifies that whitespace characters should be removed from the end of the string.