Condividi tramite


Proprietà AdoDotNetConnectionProperties.ICollection<KeyValuePair<String, Object>>.ICollection

Ottiene un valore che indica se l'istanza IDictionary è di sola lettura.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Sintassi

'Dichiarazione
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 with get 
private override IsReadOnly : bool with get
JScript non supporta le implementazioni esplicite dell'interfaccia.

Valore proprietà

Tipo: Boolean
true se l'istanza IDictionary è di sola lettura; in caso contrario false.

Implementa

ICollection.IsReadOnly

Note

Questo metodo fornisce un'implementazione della proprietà IsReadOnly. Per ulteriori informazioni, vedere la proprietà IsReadOnly nella libreria di classi .NET Framework.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet