NavigationView 类

定义

表示支持内容导航的视图。

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
继承
NavigationView
属性
实现

构造函数

NavigationView()

初始化 NavigationView 类的新实例。

属性

Base

获取此项继承其设置的基础项。

Columns

获取或设置列视图(如果适用)。

DetailsViews

获取或设置导航视图的详细信息。

DisplayName

获取或设置导航视图的本地显示名称。

ExpectedEntities

获取或设置导航视图所需的实体。

Type

获取或设置与导航视图关联的文本输入的类型。

UrnPath

获取或设置表示 Urn 对象的路径的文本值。

显式接口实现

INavigationEntry.SupportedUrnPaths

获取所支持的 Urn 对象,这些对象提供对统一资源名称地址(这些地址唯一标识 Microsoft SQL Server 对象)的编程访问。

INavigationViewInfo.Columns

获取导航视图信息的列。

INavigationViewInfo.DetailsViews

获取导航视图信息的详细信息视图。

INavigationViewInfo.DisplayName

获取导航视图信息的显示名称。

INavigationViewInfo.ExpectedEntities

获取导航视图的预期实体。

适用于