共用方式為


DataConnectionProperties.IDictionary.IsReadOnly 屬性

擷取布林值 IDictionary 是否為唯讀。

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

語法

'宣告
Private ReadOnly Property IsReadOnly As Boolean 
    Implements IDictionary.IsReadOnly
bool IDictionary.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = IDictionary::IsReadOnly::get;
}
private abstract IsReadOnly : bool with get 
private override IsReadOnly : bool with get
JScript 不支援明確介面實作。

屬性值

類型:Boolean
如果 IDictionary 唯讀,則傳回 true ;否則會傳回 false。

實作

IDictionary.IsReadOnly

備註

這個方法會提供 IsReadOnly 屬性的實作。 如需詳細資訊 .NET Framework 在類別庫中看到 IsReadOnly 屬性。

.NET Framework 安全性

請參閱

參考

DataConnectionProperties 類別

Microsoft.VisualStudio.Data 命名空間