NavigationEntityProperty Class
Represents the navigation from one entity type to another entity type.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
[SerializableAttribute] [DebuggerStepThroughAttribute] [XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [DesignerCategoryAttribute("code")] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] public ref class NavigationEntityProperty : INavigationPropertyInfo
| Name | Description | |
|---|---|---|
![]() | NavigationEntityProperty() | Initializes a new instance of the NavigationEntityProperty class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




