AdomdRestrictionCollection.IsReadOnly 속성

Gets a value indicating whether the AdomdRestrictionCollection is read-only.

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

구문

‘선언
Public ReadOnly Property IsReadOnly As Boolean 
    Get
‘사용 방법
Dim instance As AdomdRestrictionCollection 
Dim value As Boolean 

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool 
override IsReadOnly : bool
final function get IsReadOnly () : boolean

속성 값

유형: System.Boolean
true if the AdomdRestrictionCollection is read-only; false otherwise. The default is false.

구현

IList.IsReadOnly

참고 항목

참조

AdomdRestrictionCollection 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스