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

엔터티의 탐색 속성을 가져옵니다.

적용 대상