MetadataFormattingOptionsBuilderExtensions.GetCasingStyle 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.
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
- builder
- MetadataFormattingOptionsBuilder
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.