MetadataSchemaSerializationOptionsExtensions.WithoutFormattingOptions Method

Definition

Resets the formatting options that should be used when generating the metadata content, and restore the default options.

public static Microsoft.AnalysisServices.Tabular.Serialization.MetadataSchemaSerializationOptions WithoutFormattingOptions(this Microsoft.AnalysisServices.Tabular.Serialization.MetadataSchemaSerializationOptions options);
static member WithoutFormattingOptions : Microsoft.AnalysisServices.Tabular.Serialization.MetadataSchemaSerializationOptions -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataSchemaSerializationOptions
<Extension()>
Public Function WithoutFormattingOptions (options As MetadataSchemaSerializationOptions) As MetadataSchemaSerializationOptions

Parameters

options
MetadataSchemaSerializationOptions

The instance of the options to update.

Returns

The cloned instance of the MetadataSchemaSerializationOptions after the change.

Exceptions

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

Applies to