NavigationEntityProperty Class

 

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

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  Microsoft.SqlServer.Management::NavigationEntityProperty

[SerializableAttribute]
[DebuggerStepThroughAttribute]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
[DesignerCategoryAttribute("code")]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
public ref class NavigationEntityProperty : INavigationPropertyInfo

NameDescription
System_CAPS_pubmethodNavigationEntityProperty()

Initializes a new instance of the NavigationEntityProperty class.

NameDescription
System_CAPS_pubpropertyDisplayName

Gets or sets the descriptive name of a property.

System_CAPS_pubpropertyName

Gets or sets the name of the property.

System_CAPS_pubpropertyPriority

Gets or sets the priority of the property.

System_CAPS_pubpropertyPrioritySpecified

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

System_CAPS_pubpropertyRank

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

System_CAPS_pubpropertyRankSpecified

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

System_CAPS_pubpropertyTargetType

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

System_CAPS_pubpropertyType

Gets or sets the type of the property.

System_CAPS_pubpropertyWidth

Gets or sets the width of the property.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationPropertyInfo::DisplayName

Gets the display name of the property.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationPropertyInfo::Priority

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

System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationPropertyInfo::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.

Return to top
Show: