NameAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スペース、句読点などを含む接続プロパティの実際の名前を指定します。
public ref class NameAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class NameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type NameAttribute = class
inherit Attribute
Public NotInheritable Class NameAttribute
Inherits Attribute
- 継承
-
NameAttribute
- 属性
コンストラクター
NameAttribute(String) |
の新しいインスタンス NameAttributeを初期化し、接続プロパティ名を指定します。 |
プロパティ
Name |
指定された接続プロパティの文字列リテラル名を取得します。 |