IList.IsReadOnly 屬性
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Private ReadOnly Property IsReadOnly As Boolean
Implements IList.IsReadOnly
Get
'用途
Dim instance As TableNotificationCollection
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 支援明確介面實作的使用,但不支援新介面實作的宣告。