ModelTranslator.Definition 属性

获取关联的转换器定义。

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

语法

声明
Protected ReadOnly Property Definition As ModelTranslatorDefinition
    Get
protected ModelTranslatorDefinition Definition { get; }
protected:
property ModelTranslatorDefinition^ Definition {
    ModelTranslatorDefinition^ get ();
}
member Definition : ModelTranslatorDefinition
function get Definition () : ModelTranslatorDefinition

属性值

类型:Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorDefinition
转换器定义。

.NET Framework 安全性

请参见

参考

ModelTranslator 类

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

ModelTranslatorDefinition