OleDbErrorCollection.ICollection.IsSynchronized 属性
定义
有关此成员的说明,请参见 IsSynchronized。For a description of this member, see IsSynchronized.
property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
属性值
如果对集合的访问是同步的(线程安全),则为 true;否则为 false。true if access to the collection is synchronized (thread safe); otherwise, false. 默认值为 false。The default is false.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 OleDbErrorCollection 实例被强制转换为 ICollection 接口时使用。It can be used only when the OleDbErrorCollection instance is cast to an ICollection interface.