Freigeben über


BackupLocationCollection.IList.IsReadOnly-Eigenschaft

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

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

Syntax

'Declaration
Private ReadOnly Property IsReadOnly As Boolean 
    Implements IList.IsReadOnly 
    Get
'Usage
Dim instance As BackupLocationCollection 
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
true if this BackupLocationCollection is read-only; otherwise, false.

Implementiert

IList.IsReadOnly

Siehe auch

Verweis

BackupLocationCollection Klasse

Microsoft.AnalysisServices-Namespace