NavigationEntityProperty.INavigationPropertyInfo.DisplayName プロパティ

エンティティ プロパティの表示名を取得します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Private ReadOnly Property DisplayName As 
    Implements INavigationPropertyInfo.DisplayName
    Get
'使用

Dim instance As NavigationEntityProperty
Dim value As 

value = CType(instance, INavigationPropertyInfo).DisplayName
 INavigationPropertyInfo.DisplayName { get; }
private:
virtual property ^ DisplayName {
    ^ get () sealed = INavigationPropertyInfo::DisplayName::get;
}
private abstract DisplayName : 
private override DisplayName : 
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

プロパティ値

型:
エンティティ プロパティの表示名を表す文字列値。

実装

INavigationPropertyInfo.DisplayName

関連項目

参照

NavigationEntityProperty クラス

Microsoft.SqlServer.Management 名前空間