Condividi tramite


Proprietà BuildContributorContext.Model

Ottiene l'oggetto DataSchemaModel del progetto.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Modello dello schema del progetto.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BuildContributorContext Classe

Spazio dei nomi Microsoft.Data.Schema.Build

DataSchemaModel