Свойство IncrementalProcessingNotificationCollection.ICollection.IsSynchronized
Gets a value that indicates whether access to the IncrementalProcessingNotificationCollection is synchronized.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Применение
Dim instance As IncrementalProcessingNotificationCollection
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 access to the IncrementalProcessingNotificationCollection is synchronized; otherwise, false.