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


Свойство IsFixedSize

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

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

Синтаксис

'Декларация
Public ReadOnly Property IsFixedSize As Boolean
    Get
'Применение
Dim instance As AdomdRestrictionCollection
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 AdomdRestrictionCollection has a fixed size; false otherwise. The default is false.

Реализует

IList. . :: . .IsFixedSize