NavigationEntity Class

 

Represents the entity property of the class.

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

System::Object
  Microsoft.SqlServer.Management::NavigationEntity

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

NameDescription
System_CAPS_pubmethodNavigationEntity()

Initializes a new instance of the NavigationEntity class.

NameDescription
System_CAPS_pubpropertyBase

Gets the base entry that this entry inherits settings from.

System_CAPS_pubpropertyProperties

Gets or sets the property of the entity.

System_CAPS_pubpropertyUrnPath

Gets or sets the value for the Uniform Resource Name (URN) path of the entity.

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_privpropertyINavigationEntityInfo::Properties

Gets the properties defined for the entity.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationEntry::SupportedUrnPaths

Gets a list of supported Urn paths.

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: