Compartir a través de


DataConnectionProperties.ICollection.SyncRoot (Propiedad)

Recupera un objeto que se puede usar para sincronizar el acceso a la colección de las propiedades de conexión.

Espacio de nombres:  Microsoft.VisualStudio.Data
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
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 no admite implementaciones explícitas de interfaces.

Valor de propiedad

Tipo: Object
Devuelve un objeto de sincronización.

Implementaciones

ICollection.SyncRoot

Seguridad de .NET Framework

Vea también

Referencia

DataConnectionProperties Clase

Microsoft.VisualStudio.Data (Espacio de nombres)