AdoDotNetConnectionProperties.ICollection.SyncRoot, propriété
Récupère un objet qui peut être utilisé pour synchroniser l'accès à la collection de propriétés de connexion.
Espace de noms : Microsoft.VisualStudio.Data.AdoDotNet
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Object ICollection.SyncRoot { get; }
private:
virtual property Object^ SyncRoot {
Object^ get () sealed = ICollection::SyncRoot::get;
}
private abstract SyncRoot : Object with get
private override SyncRoot : Object with get
JScript ne prend pas en charge les implémentations d'interfaces explicites.
Valeur de propriété
Type : Object
Retourne un objet de synchronisation.
Implémentations
ICollection.SyncRoot
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.