NavigationEntity Class

Represents the entity property of the class.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.NavigationEntity

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class NavigationEntity _
    Implements INavigationEntityInfo, INavigationEntry
'Usage
Dim instance As NavigationEntity
[SerializableAttribute]
public class NavigationEntity : INavigationEntityInfo, 
    INavigationEntry
[SerializableAttribute]
public ref class NavigationEntity : INavigationEntityInfo, 
    INavigationEntry
[<SerializableAttribute>]
type NavigationEntity =  
    class
        interface INavigationEntityInfo
        interface INavigationEntry
    end
public class NavigationEntity implements INavigationEntityInfo, INavigationEntry

The NavigationEntity type exposes the following members.

Constructors

  Name Description
Public method NavigationEntity Initializes a new instance of the NavigationEntity class.

Top

Properties

  Name Description
Public property Properties Gets or sets the property of the entity.
Public property UrnPath Gets or sets the value for the Uniform Resource Name (URN) path of the entity.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property INavigationEntityInfo.Properties Gets the property for the entity.
Explicit interface implemetationPrivate property INavigationEntry.SupportedUrnPaths Gets the specified object name using the SupportedUrnPaths method.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.