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
- storeSchema
Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
The model schema
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.