NavigationView.INavigationViewInfo.ExpectedEntities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the expected entities for the navigation view.
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
Property Value
The expected entities for the navigation view.