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 (Uniform Resource Name) パスの値を取得します。値の設定も可能です。

明示的なインターフェイスの実装

INavigationEntityInfo.Properties

エンティティに対して定義されたプロパティを取得します。

INavigationEntry.SupportedUrnPaths

サポートされている Urn パスの一覧を取得します。

適用対象