Compartilhar via


Propriedade do RDL IList.IsReadOnly

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

Sintaxe

'Declaração
Private ReadOnly Property IsReadOnly As Boolean
    Implements IList.IsReadOnly
    Get
'Uso
Dim instance As ValidationErrorCollection
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 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

Implementa

IList. . :: . .IsReadOnly