Permission.ReadDefinition 属性

定义

获取或设置父对象的 ReadDefinition 属性。

public Microsoft.AnalysisServices.ReadDefinitionAccess ReadDefinition { get; set; }
member this.ReadDefinition : Microsoft.AnalysisServices.ReadDefinitionAccess with get, set
Public Property ReadDefinition As ReadDefinitionAccess

属性值

具有 ReadDefinition 属性的枚举值。 值可以是 None、Basic 或 Allowed;默认值为 None。

注解

如果允许,成员可以读取与对象关联的 DDL。 “基本”和“允许”继承为对象中包含的对象。 Allowed 可覆盖 Basic 和 None。 对象的 DISCOVER_XML_METADATA 要求值为Allowed 。 创建链接对象和本地多维数据集时,要求值为Basic 。

适用于