IAnnotationRegister.RegisterModelAnnotations Method

Registers model annotations.

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

Syntax

'Declaration
Sub RegisterModelAnnotations ( _
    storeSchema As ModelSchema _
)
'Usage
Dim instance As IAnnotationRegister
Dim storeSchema As ModelSchema

instance.RegisterModelAnnotations(storeSchema)
void RegisterModelAnnotations(
    ModelSchema storeSchema
)
void RegisterModelAnnotations(
    ModelSchema^ storeSchema
)
function RegisterModelAnnotations(
    storeSchema : ModelSchema
)
abstract RegisterModelAnnotations : 
        storeSchema:ModelSchema -> unit 

Parameters

.NET Framework Security

See Also

Reference

IAnnotationRegister Interface

IAnnotationRegister Members

Microsoft.Data.Schema.SchemaModel Namespace