ModelTranslator Class

Represents the model translator.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustInherit Class ModelTranslator _
    Implements IExtensionInformation, IExtension
'Usage
Dim instance As ModelTranslator
public abstract class ModelTranslator : IExtensionInformation, 
    IExtension
public ref class ModelTranslator abstract : IExtensionInformation, 
    IExtension
public abstract class ModelTranslator implements IExtensionInformation, IExtension
[<AbstractClassAttribute>]
type ModelTranslator =  
    class
        interface IExtensionInformation
        interface IExtension
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelTranslator
    Microsoft.Data.Schema.SchemaModel.DataSchemaModelTranslator

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ModelTranslator Members

Microsoft.Data.Schema.SchemaModel Namespace