INavigationEntityInfo インターフェイス

エンティティのプロパティを表示するメソッドを定義します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Public Interface INavigationEntityInfo _
    Inherits INavigationEntry
'使用

Dim instance As INavigationEntityInfo
public interface INavigationEntityInfo : INavigationEntry
public interface class INavigationEntityInfo : INavigationEntry
type INavigationEntityInfo =  
    interface
        interface INavigationEntry
    end
public interface INavigationEntityInfo extends INavigationEntry

INavigationEntityInfo 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Base このエントリが設定を継承している基本エントリを取得します。 (INavigationEntry から継承されています。)
パブリック プロパティ Properties エンティティに対して定義されたプロパティを取得します。
パブリック プロパティ SupportedUrnPaths このナビゲーション エントリが属する URN (Uniform Resource Name) パスを取得します。 (INavigationEntry から継承されています。)

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management 名前空間