AdoDotNetConnectionProperties.ICollection.SyncRoot Property

Retrieves an object that can be used to synchronize access to the connection properties collection.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

声明
Private ReadOnly Property SyncRoot As Object
    Implements ICollection.SyncRoot
    Get
Object ICollection.SyncRoot { get; }
private:
virtual property Object^ SyncRoot {
    Object^ get () sealed = ICollection::SyncRoot::get;
}
private abstract SyncRoot : Object
private override SyncRoot : Object
JScript does not support explicit interface implementations.

Property Value

Type: System.Object
Returns a synchronization object.

Implements

ICollection.SyncRoot

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace