Permission.Read Property

Gets or sets the Read attribute for the parent object.

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

Syntax

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

/** @property */
public void set_Read (ReadAccess value)
public function get Read () : ReadAccess

public function set Read (value : ReadAccess)

Eigenschaftswert

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

Hinweise

Read attribute provides the ability to access schema rowsets and data content.

Read access on a database provides the ability to discover database. This permission is a prerequisite to read or write to any object in the database.

Read access on a cube permits access in schema rowsets and access to cube content (possibly constrained by CellPermissions and CubeDimension Permissions).

A Read permission on a dimension grants that permission on all attributes in the dimension (possibly constrained by CubeDimension).

Read on a MiningModelPermission grants permissions to see object in schema rowsets and to perform predict joins.

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