ModelComponentCollection.IsReadOnly 属性

Gets a value indicating whether the ModelComponentCollection is read-only.

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

语法

声明
Public ReadOnly Property IsReadOnly As Boolean 
    Get
用法
Dim instance As ModelComponentCollection 
Dim value As Boolean 

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool 
override IsReadOnly : bool
final function get IsReadOnly () : boolean

属性值

类型:System.Boolean
true if the collection is read-only; otherwise false.

实现

IList.IsReadOnly

请参阅

参考

ModelComponentCollection 类

Microsoft.AnalysisServices 命名空间