NavigationEntity 类

定义

表示类的实体属性。

public ref class NavigationEntity : Microsoft::SqlServer::Management::INavigationEntityInfo
[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 NavigationEntity : Microsoft.SqlServer.Management.INavigationEntityInfo
[<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 NavigationEntity = class
    interface INavigationEntityInfo
    interface INavigationEntry
Public Class NavigationEntity
Implements INavigationEntityInfo
继承
NavigationEntity
属性
实现

构造函数

NavigationEntity()

初始化 NavigationEntity 类的新实例。

属性

Base

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

Properties

获取或设置实体的属性。

UrnPath

获取或设置实体的统一资源名称 (URN) 路径的值。

显式接口实现

INavigationEntityInfo.Properties

获取为实体定义的属性。

INavigationEntry.SupportedUrnPaths

获取支持的 Urn 路径的列表。

适用于