IModelAnnotationRegister.RegisterModelAnnotations-Methode

Fügt dem bereitgestellten Modellschema bei Implementierung in einer abgeleiteten Klasse die erforderlichen Anmerkungen hinzu.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelAnnotationRegister Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace

ModelSchema