Partager via


DataSourceManager.ICollection<DataSource>.IsReadOnly, propriété

Teste si la collection de source de données est en lecture seule.

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

Syntaxe

'Déclaration
Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of DataSource).IsReadOnly
bool ICollection<DataSource>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<DataSource^>::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
Retourne true si la collection est en lecture seule ; sinon retourne false.

Implémentations

ICollection<T>.IsReadOnly

Notes

Implémente la méthode IsReadOnly.

Sécurité .NET Framework

Voir aussi

Référence

DataSourceManager Classe

Microsoft.VisualStudio.Data, espace de noms