IModelAnnotationRegister.RegisterModelAnnotations, méthode
En cas d'implémentation dans une classe dérivée, ajoute les annotations qui sont requises par la classe dérivée au schéma de modèle fourni.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Sub RegisterModelAnnotations ( _
storeSchema As ModelSchema _
)
void RegisterModelAnnotations(
ModelSchema storeSchema
)
void RegisterModelAnnotations(
ModelSchema^ storeSchema
)
abstract RegisterModelAnnotations :
storeSchema:ModelSchema -> unit
function RegisterModelAnnotations(
storeSchema : ModelSchema
)
Paramètres
- storeSchema
Type : Microsoft.Data.Schema.SchemaModel.ModelSchema
ModelSchema auquel les annotations doivent être ajoutées.
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
IModelAnnotationRegister Interface