DataConnectionProperties.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
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

Voir aussi

Référence

DataConnectionProperties Classe

Microsoft.VisualStudio.Data, espace de noms