SynonymsAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続プロパティのシノニムのセットを指定します。
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 |
この属性がアタッチされている接続プロパティと同義である、コンマ区切りの接続プロパティ名の一覧を取得します。 |