Share via


MetadataFormattingOptionsBuilder.WithNewLineStyle(NewLineStyle) Method

Definition

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.

Applies to