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.

实现

ICollection.IsSynchronized

请参阅

参考

EventPropertyCollection 类

Microsoft.SqlServer.Management.Smo 命名空间