DataSchemaModelTranslator Class

Represents schema model translation.

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

Syntax

'Declaration
Public MustInherit Class DataSchemaModelTranslator _
    Inherits ModelTranslator
'Usage
Dim instance As DataSchemaModelTranslator
public abstract class DataSchemaModelTranslator : ModelTranslator
public ref class DataSchemaModelTranslator abstract : public ModelTranslator
public abstract class DataSchemaModelTranslator extends ModelTranslator
[<AbstractClassAttribute>]
type DataSchemaModelTranslator =  
    class
        inherit ModelTranslator
    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

DataSchemaModelTranslator Members

Microsoft.Data.Schema.SchemaModel Namespace