다음을 통해 공유


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