Metodo IModelAnnotationRegister.RegisterModelAnnotations

Se implementato in una classe derivata, aggiunge le annotazioni richieste dalla classe derivata allo schema del modello fornito.

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

Sintassi

'Dichiarazione
Sub RegisterModelAnnotations ( _
    storeSchema As ModelSchema _
)
void RegisterModelAnnotations(
    ModelSchema storeSchema
)
void RegisterModelAnnotations(
    ModelSchema^ storeSchema
)
abstract RegisterModelAnnotations : 
        storeSchema:ModelSchema -> unit 
function RegisterModelAnnotations(
    storeSchema : ModelSchema
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelAnnotationRegister Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ModelSchema