BuildContributorContext.Model, propriété
Obtient le DataSchemaModel du projet.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Model As DataSchemaModel
Get
public DataSchemaModel Model { get; }
public:
property DataSchemaModel^ Model {
DataSchemaModel^ get ();
}
member Model : DataSchemaModel
function get Model () : DataSchemaModel
Valeur de propriété
Type : Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Modèle de schéma du projet.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
BuildContributorContext Classe