Condividi tramite


Proprietà DataExplorerConnectionManager.ICollection.SyncRoot

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

Spazio dei nomi:  Microsoft.VisualStudio.Data
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
private override SyncRoot : Object
JScript non supporta le implementazioni esplicite dell'interfaccia.

Valore proprietà

Tipo: System.Object
Restituisce un oggetto di sincronizzazione.

Implementa

ICollection.SyncRoot

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataExplorerConnectionManager Classe

Spazio dei nomi Microsoft.VisualStudio.Data