共用方式為


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

取得連接屬性名稱的逗號分隔清單,這些名稱與附加此屬性的連接屬性同義。

適用於