Propriété RestoreLocationCollection.IList.IsFixedSize

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

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

Syntaxe

'Déclaration
Private ReadOnly Property IsFixedSize As Boolean 
    Implements IList.IsFixedSize 
    Get
'Utilisation
Dim instance As RestoreLocationCollection 
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

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

Implémente

IList.IsFixedSize

Voir aussi

Référence

RestoreLocationCollection Classe

Espace de noms Microsoft.AnalysisServices