Partager via


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

Sécurité .NET Framework

Voir aussi

Référence

IModelAnnotationRegister Interface

Microsoft.Data.Schema.SchemaModel, espace de noms

ModelSchema