IModelAnnotationRegister.RegisterModelAnnotations 方法

在派生类中实现时,将派生类所需的批注添加到提供的模型架构。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

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

参数

.NET Framework 安全性

请参见

参考

IModelAnnotationRegister 接口

Microsoft.Data.Schema.SchemaModel 命名空间

ModelSchema