TmdlFormattingOptionsExtensions.WithCasingStyle Method

Definition

Sets the casing style in which keywords are written to the TMDL text.

public static Microsoft.AnalysisServices.Tabular.Tmdl.TmdlFormattingOptions WithCasingStyle(this Microsoft.AnalysisServices.Tabular.Tmdl.TmdlFormattingOptions options, Microsoft.AnalysisServices.Tabular.Tmdl.TmdlCasingStyle style);
static member WithCasingStyle : Microsoft.AnalysisServices.Tabular.Tmdl.TmdlFormattingOptions * Microsoft.AnalysisServices.Tabular.Tmdl.TmdlCasingStyle -> Microsoft.AnalysisServices.Tabular.Tmdl.TmdlFormattingOptions
<Extension()>
Public Function WithCasingStyle (options As TmdlFormattingOptions, style As TmdlCasingStyle) As TmdlFormattingOptions

Parameters

options
TmdlFormattingOptions

The instance of the options to update.

style
TmdlCasingStyle

The casing style in which keywords are written to the TMDL text.

Returns

The cloned instance of the TmdlFormattingOptions after the change.

Exceptions

The specified options instance is a null reference (Nothing in Visual Basic).

Applies to