Permission.ReadDefinition Propiedad

Gets or sets the ReadDefinition attribute for the parent object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

C#
public ReadDefinitionAccess ReadDefinition { get; set; }

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.ReadDefinitionAccess
An enumeration value with the ReadDefinition attributes. Values can be None, Basic, or Allowed; default value is None.

Comentarios

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.

Vea también

Referencia

Permission Clase

Espacio de nombres Microsoft.AnalysisServices