你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SynonymMapsAttribute 类

定义

指示 Field 为目标属性生成的 FieldBuilder 应将其 SynonymMaps 属性设置为指定的值。

[System.AttributeUsage(System.AttributeTargets.Property)]
public class SynonymMapsAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type SynonymMapsAttribute = class
    inherit Attribute
Public Class SynonymMapsAttribute
Inherits Attribute
继承
SynonymMapsAttribute
属性

构造函数

SynonymMapsAttribute(String[])

指示应使用指定的同义词映射来搜索目标字段。

属性

SynonymMaps

将同义词映射与 字段关联的同义词映射名称的列表。

适用于