Condividi tramite


Proprietà QueryNotificationCollection.IList.IsReadOnly

Gets a value that indicates whether this QueryNotificationCollection is read-only.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property IsReadOnly As Boolean 
    Implements IList.IsReadOnly 
    Get
'Utilizzo
Dim instance As QueryNotificationCollection 
Dim value As Boolean 

value = CType(instance, IList).IsReadOnly
bool IList.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = IList::IsReadOnly::get;
}
private abstract IsReadOnly : bool 
private override IsReadOnly : bool
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

Tipo: System.Boolean
true if this QueryNotificationCollection is read-only; otherwise, false.

Implementa

IList.IsReadOnly

Vedere anche

Riferimento

QueryNotificationCollection Classe

Spazio dei nomi Microsoft.AnalysisServices