NavigationView.INavigationViewInfo.Columns 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 columns for navigation view information.
property System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::INavigationPropertyInfo ^> ^ Microsoft::SqlServer::Management::INavigationViewInfo::Columns { System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::INavigationPropertyInfo ^> ^ get(); };
System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.INavigationPropertyInfo> Microsoft.SqlServer.Management.INavigationViewInfo.Columns { get; }
member this.Microsoft.SqlServer.Management.INavigationViewInfo.Columns : seq<Microsoft.SqlServer.Management.INavigationPropertyInfo>
ReadOnly Property Columns As IEnumerable(Of INavigationPropertyInfo) Implements INavigationViewInfo.Columns
Property Value
A value that represents the columns for navigation view information.