Share via


IModelAnnotationRegister.RegisterModelAnnotations Method

When implemented in a derived class, adds the annotations that are needed by the derived class to the provided model schema.

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
)

Parameters

.NET Framework Security

See Also

Reference

IModelAnnotationRegister Interface

Microsoft.Data.Schema.SchemaModel Namespace

ModelSchema