Partager via


AdoDotNetConnectionProperties.ICollection<KeyValuePair<String, Object>>.IsReadOnly, propriété

Obtient une valeur indiquant si l'instance d' IDictionary est en lecture seule.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly
bool ICollection<KeyValuePair<string, Object>>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<KeyValuePair<String^, Object^>>::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Valeur de propriété

Type : System.Boolean
true si l'instance d' IDictionary est en lecture seule ; sinon false.

Implémentations

ICollection<T>.IsReadOnly

Notes

Cette méthode fournit une implémentation de la propriété d' IsReadOnly .Pour plus d'informations, consultez la propriété d' IsReadOnly dans la bibliothèque de classes d' .NET Framework .

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms