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
특성
구현

생성자

Name Description
NavigationEntityProperty()

NavigationEntityProperty 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
DisplayName

속성의 기술적 이름을 얻거나 설정합니다.

Name

속성의 이름을 가져오거나 설정합니다.

Priority

재산의 우선순위를 얻거나 정하는 사람.

PrioritySpecified

우선순위 값이 지정되었는지 나타내는 값을 받거나 설정합니다.

Rank

속성의 등급을 나타내는 값을 얻거나 설정합니다.

RankSpecified

랭크 값이 지정되었는지 여부를 나타내는 값을 얻거나 설정합니다.

TargetType

NavigationEntityProperty가 의도된 타입을 받거나 설정합니다.

Type

속성의 형식을 가져오거나 설정합니다.

Width

속성의 너비를 얻거나 설정합니다.

명시적 인터페이스 구현

Name Description
INavigationPropertyInfo.DisplayName

속성의 표시 이름을 얻습니다.

INavigationPropertyInfo.Priority

내비게이션 속성 정보의 우선순위 값을 얻습니다.

INavigationPropertyInfo.Rank

엔터티의 내비게이션 속성을 얻습니다.

적용 대상