SqlCeErrorCollection.ICollection.IsSynchronized 屬性
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'用途
Dim instance As SqlCeErrorCollection
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool
private override IsSynchronized : bool
JScript 支援使用明確介面實作,但不支援新的宣告。