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