NavigationView Class

Definition

Represents the view that supports the content navigation.

public ref class NavigationView : Microsoft::SqlServer::Management::INavigationViewInfo
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class NavigationView : Microsoft.SqlServer.Management.INavigationViewInfo
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type NavigationView = class
    interface INavigationViewInfo
    interface INavigationEntry
Public Class NavigationView
Implements INavigationViewInfo
Inheritance
NavigationView
Attributes
Implements

Constructors

NavigationView()

Initializes a new instance of the NavigationView class.

Properties

Base

Gets the base entry that this entry inherits settings from.

Columns

Gets or sets the column view if applicable.

DetailsViews

Gets or sets the details of the navigation view.

DisplayName

Gets or sets the local display name for the navigation view.

ExpectedEntities

Gets or sets the expected entities of the navigation view.

Type

Gets or sets the type of text input associated in the navigation view.

UrnPath

Gets or sets the text value of the path that represents the Urn object.

Explicit Interface Implementations

INavigationEntry.SupportedUrnPaths

Gets the supported Urn objects that provide programmatic access to the Uniform Resource Name addresses that uniquely identify Microsoft SQL Server objects.

INavigationViewInfo.Columns

Gets the columns for navigation view information.

INavigationViewInfo.DetailsViews

Gets the detail views for the navigation view information.

INavigationViewInfo.DisplayName

Gets the display name for the navigation view information.

INavigationViewInfo.ExpectedEntities

Gets the expected entities for the navigation view.

Applies to