MetadataSchemaSerializationOptionsExtensions.WithoutCompatibilityOptions 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.
Resets the compatibility options that should be used during the serialization, and restore the default options.
public static Microsoft.AnalysisServices.Tabular.Serialization.MetadataSchemaSerializationOptions WithoutCompatibilityOptions(this Microsoft.AnalysisServices.Tabular.Serialization.MetadataSchemaSerializationOptions options);
static member WithoutCompatibilityOptions : Microsoft.AnalysisServices.Tabular.Serialization.MetadataSchemaSerializationOptions -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataSchemaSerializationOptions
<Extension()>
Public Function WithoutCompatibilityOptions (options As MetadataSchemaSerializationOptions) As MetadataSchemaSerializationOptions
Parameters
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).