• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum SsasTrimming

Namespace:
Varigence.Languages.Biml.Cube
Assembly:
Biml.dll
C#
    public enum SsasTrimming
    
  

Fields

Left

Specifies that whitespace characters should be removed from the beginning of the string.

LeftRight

Specifies that whitespace characters should be removed from the beginning and end of the string.

None

Specifies that no string trimming should be performed.

Right

Specifies that whitespace characters should be removed from the end of the string.

© Varigence