Freigeben über


AdomdRestrictionCollection.IsReadOnly-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean 
    Get
'Usage
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

Eigenschaftswert

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

Implementiert

IList.IsReadOnly

Siehe auch

Verweis

AdomdRestrictionCollection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace