INavigationPropertyInfo Interface

Defines the property of the NavigationPropertyInfo.

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

Syntax

'Declaration
Public Interface INavigationPropertyInfo
'Usage
Dim instance As INavigationPropertyInfo
public interface INavigationPropertyInfo
public interface class INavigationPropertyInfo
type INavigationPropertyInfo =  interface end
public interface INavigationPropertyInfo

The INavigationPropertyInfo type exposes the following members.

Properties

  Name Description
Public property DisplayName Gets the display name for the navigation property information.
Public property Name Gets the name for the navigation property information.
Public property Priority Gets the value of the priority for the navigation property information.
Public property Rank Gets the rank for the navigation property information.
Public property TargetType Gets the target type for the navigation property information.
Public property Type Gets the type for the navigation property information
Public property Width Gets the width of the navigation property information.

Top