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