ModelTranslator.CompatibilityLevel-Eigenschaft

Ruft die Ebene für dieses Konvertierungsprogramm ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorCompatibilityLevel
Einer der Enumerationswerte, der die Kompatibilitätsebene dieses Konvertierungsprogramms angibt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelTranslator Klasse

Microsoft.Data.Schema.SchemaModel.Translation-Namespace

ModelTranslatorCompatibilityLevel