Permission.ReadDefinition Property

Gets or sets the ReadDefinition attribute for the parent object.

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
<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)

屬性值

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

備註

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.

執行緒安全性

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Permission Class
Permission Members
Microsoft.AnalysisServices Namespace