次の方法で共有


NavigationView.INavigationViewInfo.ExpectedEntities プロパティ

定義

ナビゲーション ビューに必要なエンティティを取得します。

property System::Collections::Generic::IEnumerable<System::String ^> ^ Microsoft::SqlServer::Management::INavigationViewInfo::ExpectedEntities { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
System.Collections.Generic.IEnumerable<string> Microsoft.SqlServer.Management.INavigationViewInfo.ExpectedEntities { get; }
member this.Microsoft.SqlServer.Management.INavigationViewInfo.ExpectedEntities : seq<string>
 ReadOnly Property ExpectedEntities As IEnumerable(Of String) Implements INavigationViewInfo.ExpectedEntities

プロパティ値

ナビゲーション ビューに必要なエンティティ。

実装

適用対象