ModelStore.CreateNamedAnnotation 方法 (Type, ModelIdentifier)

使用所提供的模型标识符创建命名的 ModelAnnotation 对象。

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

语法

声明
Public Function CreateNamedAnnotation ( _
    annotationType As Type, _
    identifier As ModelIdentifier _
) As IModelAnnotation
public IModelAnnotation CreateNamedAnnotation(
    Type annotationType,
    ModelIdentifier identifier
)
public:
IModelAnnotation^ CreateNamedAnnotation(
    Type^ annotationType, 
    ModelIdentifier^ identifier
)
member CreateNamedAnnotation : 
        annotationType:Type * 
        identifier:ModelIdentifier -> IModelAnnotation 
public function CreateNamedAnnotation(
    annotationType : Type, 
    identifier : ModelIdentifier
) : IModelAnnotation

参数

返回值

类型:Microsoft.Data.Schema.SchemaModel.IModelAnnotation
模型批注。

.NET Framework 安全性

请参见

参考

ModelStore 类

CreateNamedAnnotation 重载

Microsoft.Data.Schema.SchemaModel 命名空间

ModelIdentifier

IModelAnnotation