AdoDotNetConnectionProperties.ICollection.IsSynchronized, propriété
Extrait une valeur qui indique si l'accès à la collection de propriétés de connexion est synchronisé (thread-safe).
Espace de noms : Microsoft.VisualStudio.Data.AdoDotNet
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool with get
private override IsSynchronized : bool with get
JScript ne prend pas en charge les implémentations d'interfaces explicites.
Valeur de propriété
Type : Boolean
Retourne true si l'accès à la collection de propriétés de connexion est synchronisé (thread-safe).
Implémentations
ICollection.IsSynchronized
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.