Share via


ModelTranslatorDefinition.FromSchema Property

Gets the starting or source model schema.

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

Syntax

'Declaration
Public ReadOnly Property FromSchema As ModelSchema
public ModelSchema FromSchema { get; }
public:
property ModelSchema^ FromSchema {
    ModelSchema^ get ();
}
member FromSchema : ModelSchema
function get FromSchema () : ModelSchema

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
A ModelSchema object.

.NET Framework Security

See Also

Reference

ModelTranslatorDefinition Class

Microsoft.Data.Schema.SchemaModel.Translation Namespace

ModelSchema