ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly 屬性
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
取得值,此值表示 ObjectParameter 是否為唯讀。
命名空間: System.Data.Entity.Core.Objects
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of ObjectParameter).IsReadOnly
Get
'用途
Dim instance As ObjectParameterCollection
Dim value As Boolean
value = CType(instance, ICollection(Of ObjectParameter)).IsReadOnly
bool ICollection<ObjectParameter>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
bool get () sealed = ICollection<ObjectParameter^>::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
屬性值
類型:System.Boolean
如果 ObjectParameter 是唯讀的,則為 true,否則為 false。