ModelTranslatorDefinition.FromSchema 属性

获取起始或源模型架构。

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

语法

声明
Public ReadOnly Property FromSchema As ModelSchema
    Get
public ModelSchema FromSchema { get; }
public:
property ModelSchema^ FromSchema {
    ModelSchema^ get ();
}
member FromSchema : ModelSchema
function get FromSchema () : ModelSchema

属性值

类型:Microsoft.Data.Schema.SchemaModel.ModelSchema
一个 ModelSchema 对象。

.NET Framework 安全性

请参见

参考

ModelTranslatorDefinition 类

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

ModelSchema