Permission.ReadDefinition 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 ReadDefinition attribute for the parent object.
public Microsoft.AnalysisServices.ReadDefinitionAccess ReadDefinition { get; set; }
member this.ReadDefinition : Microsoft.AnalysisServices.ReadDefinitionAccess with get, set
Public Property ReadDefinition As ReadDefinitionAccess
Property Value
An enumeration value with the ReadDefinition attributes. Values can be None, Basic, or Allowed; default value is None.
Remarks
If Allowed, members can read the DDL associated with the object. Basic and Allowed are inherited to objects contained within the object. Allowed overrides Basic and None. Allowed is required for DISCOVER_XML_METADATA on an object. Basic is required to create linked objects and local cubes.