ModelTranslatorCompatibilityLevel 枚举

枚举模型转换器的兼容性级别。

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

语法

声明
Public Enumeration ModelTranslatorCompatibilityLevel
public enum ModelTranslatorCompatibilityLevel
public enum class ModelTranslatorCompatibilityLevel
type ModelTranslatorCompatibilityLevel
public enum ModelTranslatorCompatibilityLevel

成员

成员名称 说明
Upgrade 转换将源架构升级为较高级别的目标架构。
Downgrade 转换将源架构模型降为较低级别的目标架构模型。
Migrate 转换在目标架构中重新创建源架构。

请参见

参考

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

ModelTranslator