Freigeben über


RestoreFolderCollection.IList.IsFixedSize-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Private ReadOnly Property IsFixedSize As Boolean 
    Implements IList.IsFixedSize 
    Get
'Usage
Dim instance As RestoreFolderCollection 
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

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

Implementiert

IList.IsFixedSize

Siehe auch

Verweis

RestoreFolderCollection Klasse

Microsoft.AnalysisServices-Namespace