Share via


ModelTranslator.CompatibilityLevel Property

Gets the level of translation for this translator.

Namespace:  Microsoft.Data.Schema.SchemaModel.Translation
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CompatibilityLevel As ModelTranslatorCompatibilityLevel
public abstract ModelTranslatorCompatibilityLevel CompatibilityLevel { get; }
public:
virtual property ModelTranslatorCompatibilityLevel CompatibilityLevel {
    ModelTranslatorCompatibilityLevel get () abstract;
}
abstract CompatibilityLevel : ModelTranslatorCompatibilityLevel
abstract function get CompatibilityLevel () : ModelTranslatorCompatibilityLevel

Property Value

Type: Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorCompatibilityLevel
One of the enumeration values that indicates the compatibility level of this translator.

.NET Framework Security

See Also

Reference

ModelTranslator Class

Microsoft.Data.Schema.SchemaModel.Translation Namespace

ModelTranslatorCompatibilityLevel