Compartilhar via


Propriedade do RDL QueryNotificationCollection.IList.IsFixedSize

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

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

Sintaxe

'Declaração
Private ReadOnly Property IsFixedSize As Boolean 
    Implements IList.IsFixedSize 
    Get
'Uso
Dim instance As QueryNotificationCollection 
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

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

Implementa

IList.IsFixedSize

Consulte também

Referência

QueryNotificationCollection Classe

Namespace Microsoft.AnalysisServices