View Properties [AX 2012]
View Properties [AX 2012]
This topic has not yet been rated - Rate this topic
Updated: July 20, 2012
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
在 Views 中的属性和在表中的一样,但因为视图是只读的,大多数属性不能更改. 有一些有固定值,有一些是从其定义的查询的数据源继承的.
下面的 Views 属性, 是用作Microsoft SQL Reporting Services,是数据分析相关的.
- AnalysisVisibility
- AnalysisSelection
- TypicalRowCount
- IsLookup
- SingularLabel
For more information about these properties, see Table Properties .
The properties that can be set for a View are listed below. For a description of the Best Practices for setting the properties, see Best Practice for View properties . For a description of the read-only properties, see Table Properties .
Property |
Description |
New in this version of |
||||||||||
AOSAuthorization (AOS授权) |
使你能够制定哪些数据访问操作必须经过用户的授权检查. |
AX 2012 |
||||||||||
CacheLookup |
获取表的记录缓存级别. |
AX 2012 |
||||||||||
ClusterIndex (聚合索引) |
表的聚合索引,如果有的话. |
AX 2012 |
||||||||||
Configuration- Key |
设置视图的配置键. |
|||||||||||
Country- RegionCodes |
指定菜单适合的,可用的国家地区代码. 客户端用这个属性来启用或禁用国家或地区特性. 这是以以逗号分隔的ISO国家代码列表组成的一个字符串实现的. 这个值必须和包含在全局地址薄中的数据匹配. |
AX 2012 |
||||||||||
CountryRegion- ContextField |
指定用来识别国家上下文的字段. See CountryRegionCodes . |
AX 2012 |
||||||||||
Developer- Documentation |
描述视图的目的,解释怎么在程序中使用它. 一个描述通常是一短话,不超过五句. |
|||||||||||
Entity- RelationshipType |
根据通用实体关系数据模型表示法分离. 一个视图被归类于一个实体或一个关系. 一个实体表示一个对象. 一个关系表示一个两个对象之间的关联. |
|||||||||||
FormRef |
为视图指定默认窗体.默认窗体是用户激活 Jump to Main Table 显示的窗体. 窗体是通过引用Display类型的菜单项. 如果你将这个字段留空,MorphX会试着激活哪个你涉及到的与表明相同的窗体. |
|||||||||||
ID |
对象的内部标识. |
AX 2012 |
||||||||||
Label |
为视图指定一个用户友好的名称. |
|||||||||||
ListPageRef |
指定一个Display类型的菜单项,指向一个可以显示该记录类型列表的窗体.. |
AX 2012 |
||||||||||
Model |
指定View在哪个模型中. 一个模型是层中元素的逻辑分组. 一个元素可以存在于层中一个合适和模型中.相同的元素可以存在于客制化版本的高层模型中. |
AX 2012 |
||||||||||
Name |
指定视图的名字,用来从X++语言中引用它. |
|||||||||||
PreviewPartRef |
指定用于增强预览的 Info Part or Form Part . 一个Info part 显示特定query中的数据字段的集合. Info part用元数据描述如何展示数据. 一个Form part表示一个指向窗体的指针. |
AX 2012 |
||||||||||
PrimaryIndex |
指定view的主索引.只能从唯一索引中选择. 这个属性是用于数据库优化,并表示哪个唯一索引用来作为缓存键. 如果主索引没有指定,拥有最低ID的唯一索引,会被用作缓存键. |
AX 2012 |
||||||||||
Query |
指定视图数据源的query. 这是直接添加数据源到视图的替代方法. For more information, see How to: Create a View Based on a Query . |
AX 2012 |
||||||||||
ReportRef |
Retrieves the name of the default report for the table. |
AX 2012 |
||||||||||
SaveDataPer- Company |
为公司特定的表设为 Yes . 如果数据和跨公司,安装,一个数据库,AOT,跟踪 ,OLAP相关,应设为 No .例如, SysTraceTable or OLAPServerTable. 确定数据是否应该按照以每个公司为基础来保存,或存在的数据没有可用的公司归属. 如果 SaveDataPerCompany 设为 Yes , 这个表会有一个包含公司标识的 DataAreaId column . 如果该表的这个属性设为 No , 会从表中移除 DataAreaId column . |
AX 2012 |
||||||||||
SaveData- PerPartition |
视图是否包含一个叫做 Partition 的系统字段. 这是一个只读的系统字段. 如果该表有 Partition 字段,每条记录都会被指派给一个 partition. Each record is kept hidden from data access operations that are run under the context of other partitions. |
AX 2012 R2 |
||||||||||
SearchLink- RefName |
Retrieves the name of the menu item that links to information on a Web site about a table record listed in the Enterprise Portal search results. |
AX 2012 |
||||||||||
SearchLink- RefType |
Retrieves the type of the menu item that links to information on a Web site about a table record listed in the Enterprise Portal search results. |
AX 2012 |
||||||||||
SystemTable |
指示该表是否是系统表.系统表可以在导入和导出是够筛选,并总是在你同步时同步. 在你登录时,这样的功能对表可能是有用的. |
AX 2012 |
||||||||||
TableContents |
指定如何安装,参数如何从一个客户传到另一个客户. The following values are possible:
|
AX 2012 |
||||||||||
TableGroup |
致命视图属于哪个组. Table Groups 根据表和视图拥有的数据的类型,对表和视图进行分来. 视图可以像表一样属于表组. |
|||||||||||
TitleField1 , TitleField2 |
指明窗体标题显示的信息=. 标题由下面构成:
|
AX 2012 |
||||||||||
ValidTime- StateEnabled (有效时间 状态启用) |
指定视图是否支持基于表的有效时间状态特性. The default value is No . 只有下俩都是真时,该属性能被设为 Yes :
|
AX 2012 |
||||||||||
Visible |
指定当表被用作窗体或报表的数据源时的访问权. 如果表用作窗体中的数据源, 那么窗体中设置的访问权不能超过表中定义的访问权. |
AX 2012 |
How to: Create a View Based on a Query
View Properties [AX 2012]的更多相关文章
- Base Enum Properties [AX 2012]
Base Enum Properties [AX 2012] This topic has not yet been rated - Rate this topic Updated: December ...
- Table Properties [AX 2012]
Table Properties [AX 2012] 1 out of 2 rated this helpful - Rate this topic Updated: July 20, 2012 Ap ...
- Extended Data Type Properties [AX 2012]
Extended Data Type Properties [AX 2012] This topic has not yet been rated - Rate this topic Updated: ...
- Overview of Form Control Types [AX 2012]
Overview of Form Control Types [AX 2012] Other Versions 0 out of 1 rated this helpful - Rate this to ...
- Hosting custom WPF calendar control in AX 2012
原作者: https://community.dynamics.com/ax/b/axilicious/archive/2013/05/20/hosting-custom-wpf-calendar-c ...
- Temporary TempDB Tables [AX 2012]
Temporary TempDB Tables [AX 2012] 1 out of 4 rated this helpful - Rate this topic Updated: November ...
- Temporary InMemory Tables [AX 2012]
Temporary InMemory Tables [AX 2012] This topic has not yet been rated - Rate this topic Updated: Oct ...
- Using Controls in a Form Design [AX 2012]
Using Controls in a Form Design [AX 2012] This topic has not yet been rated - Rate this topic Update ...
- Understanding the RelationshipType Enumeration [AX 2012]
Understanding the RelationshipType Enumeration [AX 2012] 3 out of 3 rated this helpful - Rate this t ...
随机推荐
- 5、JavaScript进阶篇②——函数、事件、内置对象
一.函数 1. 什么是函数 函数的作用,可以写一次代码,然后反复地重用这个代码. 如:我们要完成多组数和的功能. var sum; sum = 3+2; alert(sum); sum=7+8 ; a ...
- VMWare虚拟机下为Ubuntu 12.04.1配置静态IP_转
转自:http://www.cnblogs.com/objectorl/archive/2012/09/27/vmware-ubuntu-nat-static-ip-settings.html 背景在 ...
- 从 Vue 1.x 迁移
FAQ 哇,非常长的一页!是否意味着 Vue2.0 已经完全不同了呢,是否需要从头学起呢,Vue1.0 的项目是不是没法迁移了? 非常开心地告诉你,并不是! 几乎90%的 API 和核心概念都没有变. ...
- javascript设计模式学习之二——this
一.this指向问题 1)默认绑定,即作为独立的普通函数调用 此时this指向全局对象window,如果是严格模式下,则指向undefined; 2)隐式绑定,即具有调用上下文(一种场景就是作为对象的 ...
- 浅谈C# 匿名变量
每次写博客,第一句话都是这样的:程序员很苦逼,除了会写程序,还得会写博客!当然,希望将来的一天,某位老板看到此博客,给你的程序员职工加点薪资吧!因为程序员的世界除了苦逼就是沉默.我眼中的程序员大多都不 ...
- Reporting services导出的Excel文件避免出现隐藏行列的布局
开发Reporting services时,为了避免在导出的Excel文件中出现隐藏的行和列,必须遵循以下规则: 1.Page header中的Textbox直接必须紧密贴合在一起 2.Page he ...
- mini install centOS log
no ifconfig yum install net-tools ------------------------------------------------------------------ ...
- Swift实战-豆瓣电台(五)播放音乐
观看地址 http://v.youku.com/v_show/id_XNzMwODM0MzI0.html 在这节里面,我们简单学习了一下MediaPlayer的使用 引入媒体框架 import Med ...
- 解决Ueditor 不兼容IE7 和IE8
引用Ueditor的js 的时候用 绝对路径
- 树形DP +01背包(HDU 1011)
题意:有n个房间,有n-1条道路连接着n个房间,每个房间都有若干个野怪和一定的能量值,有m个士兵从1房间入口进去,到达每个房间必须要留下若干士兵杀死所有的野怪,然后其他人继续走,(一个士兵可以杀死20 ...