Condividi tramite


Proprietà ServerPropertyCollection.IList.IsFixedSize

Gets a value that indicates whether the collection has a fixed size.

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

Sintassi

'Dichiarazione
Private ReadOnly Property IsFixedSize As Boolean 
    Implements IList.IsFixedSize 
    Get
'Utilizzo
Dim instance As ServerPropertyCollection 
Dim value As Boolean 

value = CType(instance, IList).IsFixedSize
bool IList.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
    bool get () sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool 
private override IsFixedSize : bool
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

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

Implementa

IList.IsFixedSize

Vedere anche

Riferimento

ServerPropertyCollection Classe

Spazio dei nomi Microsoft.AnalysisServices