EventPropertyCollection.ICollection.IsSynchronized 屬性
Gets a value that indicates whether the event property collection is synchronized (locked) for read and update.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'用途
Dim instance As EventPropertyCollection
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 支援明確介面實作的使用,但不支援新介面實作的宣告。
屬性值
型別:System.Boolean
true if the event property collection is synchronized (locked) for read and update; otherwise, false.