INavigationViewInfo.Columns Property

Definition

Gets the columns for navigation view information.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::INavigationPropertyInfo ^> ^ Columns { System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::INavigationPropertyInfo ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.INavigationPropertyInfo> Columns { get; }
member this.Columns : seq<Microsoft.SqlServer.Management.INavigationPropertyInfo>
Public ReadOnly Property Columns As IEnumerable(Of INavigationPropertyInfo)

Property Value

A value that represents the columns for navigation view information.

Applies to