共用方式為


QueryNotificationCollection.IList.IsReadOnly 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Private ReadOnly Property IsReadOnly As Boolean 
    Implements IList.IsReadOnly 
    Get
'用途
Dim instance As QueryNotificationCollection 
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 QueryNotificationCollection is read-only; otherwise, false.

實作

IList.IsReadOnly

請參閱

參考

QueryNotificationCollection 類別

Microsoft.AnalysisServices 命名空間