Share via


MetadataFormattingOptionsBuilderExtensions.GetCasingStyle Method

Definition

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

public static Microsoft.AnalysisServices.Tabular.Tmdl.TmdlCasingStyle GetCasingStyle (this Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder builder);
static member GetCasingStyle : Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder -> Microsoft.AnalysisServices.Tabular.Tmdl.TmdlCasingStyle
<Extension()>
Public Function GetCasingStyle (builder As MetadataFormattingOptionsBuilder) As TmdlCasingStyle

Parameters

Returns

A TmdlCasingStyle enumeration value, which represents the style.

Exceptions

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

The specified builder was not initialized to set TMDL formatting options.

Applies to