Permission.ReadDefinition 속성

Gets or sets the ReadDefinition attribute for the parent object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property ReadDefinition As ReadDefinitionAccess 
    Get 
    Set
‘사용 방법
Dim instance As Permission 
Dim value As ReadDefinitionAccess 

value = instance.ReadDefinition

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

속성 값

유형: Microsoft.AnalysisServices.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.

참고 항목

참조

Permission 클래스

Microsoft.AnalysisServices 네임스페이스