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

속성 값

탐색 뷰의 열을 나타내는 값입니다.

특성

적용 대상