Permission.ReadDefinition Property

Gets or sets the ReadDefinition attribute for the parent object.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<DefaultValueAttribute(ReadDefinitionAccess.None)> _
Public Property ReadDefinition As ReadDefinitionAccess
[DefaultValueAttribute(ReadDefinitionAccess.None)] 
public ReadDefinitionAccess ReadDefinition { get; set; }
[DefaultValueAttribute(ReadDefinitionAccess::None)] 
public:
property ReadDefinitionAccess ReadDefinition {
    ReadDefinitionAccess get ();
    void set (ReadDefinitionAccess value);
}
/** @property */
public ReadDefinitionAccess get_ReadDefinition ()

/** @property */
public void set_ReadDefinition (ReadDefinitionAccess value)
public function get ReadDefinition () : ReadDefinitionAccess

public function set ReadDefinition (value : ReadDefinitionAccess)

Eigenschaftswert

An enumeration value with the ReadDefinition attributes. Values can be None, Basic, or Allowed; default value is None.

Hinweise

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.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Permission Class
Permission Members
Microsoft.AnalysisServices Namespace