NavigationView.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 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