Compartilhar via


Propriedade do RDL ModelComponentCollection.IsFixedSize

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsFixedSize As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Implementa

IList.IsFixedSize

Consulte também

Referência

ModelComponentCollection Classe

Namespace Microsoft.AnalysisServices