RestoreFolderCollection.IList.IsReadOnly 属性

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Private ReadOnly Property IsReadOnly As Boolean 
    Implements IList.IsReadOnly 
    Get
用法
Dim instance As RestoreFolderCollection 
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 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.Boolean
true if this RestoreFolderCollection is read-only; otherwise, false.

实现

IList.IsReadOnly

请参阅

参考

RestoreFolderCollection 类

Microsoft.AnalysisServices 命名空间