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.