Condividi tramite


Proprietà AdoDotNetConnectionProperties.ICollection.SyncRoot

Recupera un oggetto che può essere utilizzato per sincronizzare l'accesso alle proprietà di connessione di raccolta.

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

Sintassi

'Dichiarazione
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 non supporta le implementazioni esplicite dell'interfaccia.

Valore proprietà

Tipo: Object
Restituisce un oggetto di sincronizzazione.

Implementa

ICollection.SyncRoot

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.AdoDotNet