NavigationView.Columns 属性

定义

获取或设置列视图(如果适用)。

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()

属性值

NavigationEntityProperty[]

一个表示导航视图的列的值。

属性

适用于