Freigeben über


AdomdParameterCollection.IList.IsReadOnly-Eigenschaft

Gets a value indicating whether the collection is read-only. Always returns false.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
A false value indicating that the collection is read-only.

Implementiert

IList.IsReadOnly

Siehe auch

Verweis

AdomdParameterCollection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace