Share via


MetadataSerializationOptionsBuilder.Compatibility Property

Definition

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

Gets an optional compatibility options that should be used when serializing the metadata.

public Microsoft.AnalysisServices.Tabular.Serialization.MetadataCompatibilityOptions Compatibility { get; }
member this.Compatibility : Microsoft.AnalysisServices.Tabular.Serialization.MetadataCompatibilityOptions
Public ReadOnly Property Compatibility As MetadataCompatibilityOptions

Property Value

A MetadataCompatibilityOptions representing the specific compatibility options during the serialization activity; a null reference (Nothing in Visual Basic) is an indication to use the default configuration.

Applies to