ModelTranslator.CompatibilityLevel 属性

获取此转换器的转换级别。

命名空间:  Microsoft.Data.Schema.SchemaModel.Translation
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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

属性值

类型:Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorCompatibilityLevel
用于指示该转换器的兼容性级别的枚举值之一。

.NET Framework 安全性

请参见

参考

ModelTranslator 类

Microsoft.Data.Schema.SchemaModel.Translation 命名空间

ModelTranslatorCompatibilityLevel