SynonymsAttribute 类

定义

指定连接属性的一组同义词。

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

构造函数

SynonymsAttribute(String)

初始化 SynonymsAttribute 类的新实例。

属性

Synonyms

获取连接属性名称的逗号分隔列表,这些名称与此属性所附加到的连接属性同义。

适用于