Condividi tramite


Proprietà ModelComponentCollection.IsFixedSize

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsFixedSize As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IList.IsFixedSize

Vedere anche

Riferimento

ModelComponentCollection Classe

Spazio dei nomi Microsoft.AnalysisServices