MetadataFormattingOptionsBuilder.WithNewLineStyle(NewLineStyle) Method
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.
Sets on the options the indication of the end of a text line in metadata content serialization.
public Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder WithNewLineStyle (Microsoft.AnalysisServices.Tabular.Serialization.NewLineStyle style);
member this.WithNewLineStyle : Microsoft.AnalysisServices.Tabular.Serialization.NewLineStyle -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder
Public Function WithNewLineStyle (style As NewLineStyle) As MetadataFormattingOptionsBuilder
Parameters
- style
- NewLineStyle
The end-of-line style indication.
Returns
The same instance of the MetadataFormattingOptionsBuilder.