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

속성 값

탐색 보기에 필요한 엔터티입니다.

구현

적용 대상