AnnotationCollection.IList.IsFixedSize-Eigenschaft
Gets a value that indicates whether the collection is of 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 AnnotationCollection
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 is of fixed sized; otherwise, false.