NavigationView.Columns Property

Definition

Gets or sets the column view if applicable.

public:
 property cli::array <Microsoft::SqlServer::Management::NavigationEntityProperty ^> ^ Columns { cli::array <Microsoft::SqlServer::Management::NavigationEntityProperty ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::NavigationEntityProperty ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("Column", IsNullable=false)]
public Microsoft.SqlServer.Management.NavigationEntityProperty[] Columns { get; set; }
[<System.Xml.Serialization.XmlArrayItem("Column", IsNullable=false)>]
member this.Columns : Microsoft.SqlServer.Management.NavigationEntityProperty[] with get, set
Public Property Columns As NavigationEntityProperty()

Property Value

A value that represents the column for navigation view.

Attributes

Applies to