Partager via


Propriété ModelComponentCollection.IsFixedSize

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsFixedSize As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IList.IsFixedSize

Voir aussi

Référence

ModelComponentCollection Classe

Espace de noms Microsoft.AnalysisServices