DataSchemaModelTranslator 构造函数

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

语法

声明
Protected Sub New ( _
    definition As ModelTranslatorDefinition, _
    translatesTo As DatabaseSchemaProvider _
)
protected DataSchemaModelTranslator(
    ModelTranslatorDefinition definition,
    DatabaseSchemaProvider translatesTo
)
protected:
DataSchemaModelTranslator(
    ModelTranslatorDefinition^ definition, 
    DatabaseSchemaProvider^ translatesTo
)
new : 
        definition:ModelTranslatorDefinition * 
        translatesTo:DatabaseSchemaProvider -> DataSchemaModelTranslator
protected function DataSchemaModelTranslator(
    definition : ModelTranslatorDefinition, 
    translatesTo : DatabaseSchemaProvider
)

参数

.NET Framework 安全性

请参见

参考

DataSchemaModelTranslator 类

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