Свойство IncrementalProcessingNotificationCollection.IList.IsReadOnly
Gets a value that indicates whether this IncrementalProcessingNotificationCollection is read-only.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Private ReadOnly Property IsReadOnly As Boolean
Implements IList.IsReadOnly
Get
'Применение
Dim instance As IncrementalProcessingNotificationCollection
Dim value As Boolean
value = CType(instance, IList).IsReadOnly
bool IList.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
bool get () sealed = IList::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Значение свойства
Тип: System.Boolean
true if this IncrementalProcessingNotificationCollection is read-only; otherwise, false.