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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.