MetadataSerializationOptions.Compatibility Property
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 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.