Поделиться через


Свойство ModelComponentCollection.IsFixedSize

Gets a value indicating whether the ModelComponentCollection has a fixed size.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsFixedSize As Boolean 
    Get
'Применение
Dim instance As ModelComponentCollection 
Dim value As Boolean 

value = instance.IsFixedSize
public bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
    bool get () sealed;
}
abstract IsFixedSize : bool 
override IsFixedSize : bool
final function get IsFixedSize () : boolean

Значение свойства

Тип: System.Boolean
true if the model component collection has a fixed size; otherwise false.

Реализует

IList.IsFixedSize

См. также

Справочник

ModelComponentCollection Класс

Пространство имен Microsoft.AnalysisServices