Partager via


Propriété ValidationErrorCollection.IList.IsReadOnly

Gets a value that indicates whether this ValidationErrorCollection is read-only.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Private ReadOnly Property IsReadOnly As Boolean 
    Implements IList.IsReadOnly 
    Get
'Utilisation
Dim instance As ValidationErrorCollection 
Dim value As Boolean 

value = CType(instance, IList).IsReadOnly
bool IList.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = IList::IsReadOnly::get;
}
private abstract IsReadOnly : bool 
private override IsReadOnly : bool
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Boolean
true if this ValidationErrorCollection is read-only; otherwise, false.

Implémente

IList.IsReadOnly

Voir aussi

Référence

ValidationErrorCollection Classe

Espace de noms Microsoft.AnalysisServices