共用方式為


Permission.Read 屬性

Gets or sets the Read attribute for the parent object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property Read As ReadAccess 
    Get 
    Set
'用途
Dim instance As Permission 
Dim value As ReadAccess 

value = instance.Read

instance.Read = value
public ReadAccess Read { get; set; }
public:
property ReadAccess Read {
    ReadAccess get ();
    void set (ReadAccess value);
}
member Read : ReadAccess with get, set
function get Read () : ReadAccess 
function set Read (value : ReadAccess)

屬性值

型別:Microsoft.AnalysisServices.ReadAccess
An enumeration value with the Read attributes. Values can be None or Allowed; default value is None.

備註

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.

請參閱

參考

Permission 類別

Microsoft.AnalysisServices 命名空間