MetadataSerializationOptions.Compatibility Property

Definition

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