NavigationEntityProperty クラス

定義

あるエンティティ型から別のエンティティ型へのナビゲーションを表します。

public ref class NavigationEntityProperty : Microsoft::SqlServer::Management::INavigationPropertyInfo
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class NavigationEntityProperty : Microsoft.SqlServer.Management.INavigationPropertyInfo
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type NavigationEntityProperty = class
    interface INavigationPropertyInfo
Public Class NavigationEntityProperty
Implements INavigationPropertyInfo
継承
NavigationEntityProperty
属性
実装

コンストラクター

NavigationEntityProperty()

NavigationEntityProperty クラスの新しいインスタンスを初期化します。

プロパティ

DisplayName

プロパティのわかりやすい名前を取得します。値の設定も可能です。

Name

プロパティの名前を取得または設定します。

Priority

プロパティの優先順位を取得します。値の設定も可能です。

PrioritySpecified

優先順位の値が指定されているかどうかを示す値を取得します。値の設定も可能です。

Rank

プロパティのランクを示す値を取得します。値の設定も可能です。

RankSpecified

ランク値が指定されているかどうかを示す値を取得します。値の設定も可能です。

TargetType

NavigationEntityProperty に適用する型を取得します。値の設定も可能です。

Type

プロパティの型を取得します。値の設定も可能です。

Width

プロパティの幅を取得します。値の設定も可能です。

明示的なインターフェイスの実装

INavigationPropertyInfo.DisplayName

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

INavigationPropertyInfo.Priority

ナビゲーションのプロパティ情報の優先度の値を取得します。

INavigationPropertyInfo.Rank

エンティティのナビゲーション プロパティを取得します。

適用対象