IList.IsReadOnly プロパティ
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Private ReadOnly Property IsReadOnly As Boolean
Implements IList.IsReadOnly
Get
'使用
Dim instance As ServerPropertyCollection
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 は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。