Condividi tramite


Proprietà ModelComponentCollection.IsReadOnly

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsReadOnly As Boolean 
    Get
'Utilizzo
Dim instance As ModelComponentCollection 
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

Valore proprietà

Tipo: System.Boolean
true if the collection is read-only; otherwise false.

Implementa

IList.IsReadOnly

Vedere anche

Riferimento

ModelComponentCollection Classe

Spazio dei nomi Microsoft.AnalysisServices