NavigationEntityProperty Class

Definition

Represents the navigation from one entity type to another entity type.

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
Inheritance
NavigationEntityProperty
Attributes
Implements

Constructors

NavigationEntityProperty()

Initializes a new instance of the NavigationEntityProperty class.

Properties

DisplayName

Gets or sets the descriptive name of a property.

Name

Gets or sets the name of the property.

Priority

Gets or sets the priority of the property.

PrioritySpecified

Gets or sets a value indicating whether the priority value is specified.

Rank

Gets or sets the value that indicates the rank of the property.

RankSpecified

Gets or sets a value indicating whether the rank value is specified.

TargetType

Gets or sets the type for which the NavigationEntityProperty is intended.

Type

Gets or sets the type of the property.

Width

Gets or sets the width of the property.

Explicit Interface Implementations

INavigationPropertyInfo.DisplayName

Gets the display name of the property.

INavigationPropertyInfo.Priority

Gets the value of the priority for the navigation property information.

INavigationPropertyInfo.Rank

Gets the navigation property of the entity.

Applies to