TmdlFormattingOptionsExtensions.WithCasingStyle 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 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).