次の方法で共有


NameAttribute クラス

定義

スペース、句読点などを含む接続プロパティの実際の名前を指定します。

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

指定された接続プロパティの文字列リテラル名を取得します。

適用対象