TmdlSerializationOptions.ExpressionTrimStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the style in which whitespaces in lines in an expression block, are trimmed when serialized into TMDL text; default is NoTrim.
public Microsoft.AnalysisServices.Tabular.Tmdl.TmdlExpressionTrimStyle ExpressionTrimStyle { get; }
member this.ExpressionTrimStyle : Microsoft.AnalysisServices.Tabular.Tmdl.TmdlExpressionTrimStyle
Public ReadOnly Property ExpressionTrimStyle As TmdlExpressionTrimStyle
Property Value
A TmdlExpressionTrimStyle enumeration value, which represents the style.