ResultSetView.IList.IsReadOnly プロパティ
名前空間: System.Data.SqlServerCe
アセンブリ: System.Data.SqlServerCe (System.Data.SqlServerCe.dll)
構文
'宣言
Private ReadOnly Property IsReadOnly As Boolean
Implements IList.IsReadOnly
Get
'使用
Dim instance As ResultSetView
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 では、明示的なインターフェイスの実装は使用できますが、新規に宣言することはできません。