Condividi tramite


Proprietà ModelTranslatorDefinition.ToSchema

Ottiene lo schema del modello di destinazione.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel.Translation
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ToSchema As ModelSchema
    Get
public ModelSchema ToSchema { get; }
public:
property ModelSchema^ ToSchema {
    ModelSchema^ get ();
}
member ToSchema : ModelSchema
function get ToSchema () : ModelSchema

Valore proprietà

Tipo: Microsoft.Data.Schema.SchemaModel.ModelSchema
Oggetto ModelSchema.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelTranslatorDefinition Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel.Translation

ModelSchema