Partager via


Propriété AdomdParameterCollection.IList.IsFixedSize

Gets a value indicating whether the collection has a fixed size. Always returns false.

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

Syntaxe

'Déclaration
Private ReadOnly Property IsFixedSize As Boolean 
    Implements IList.IsFixedSize 
    Get
'Utilisation
Dim instance As AdomdParameterCollection 
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
A false value indicating that the collection has a fixed size.

Implémente

IList.IsFixedSize

Voir aussi

Référence

AdomdParameterCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient