Partager via


Propriété AdomdParameterCollection.IList.IsReadOnly

Gets a value indicating whether the collection is read-only. Always returns false.

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

Syntaxe

'Déclaration
Private ReadOnly Property IsReadOnly As Boolean 
    Implements IList.IsReadOnly 
    Get
'Utilisation
Dim instance As AdomdParameterCollection 
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
A false value indicating that the collection is read-only.

Implémente

IList.IsReadOnly

Voir aussi

Référence

AdomdParameterCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient