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
)
参数
- storeSchema
类型:Microsoft.Data.Schema.SchemaModel.ModelSchema
要向其添加批注的 ModelSchema。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。