DbConnectionStringBuilder.IsReadOnly 属性

定义

获取一个值,该值指示 DbConnectionStringBuilder 是否为只读。

public:
 property bool IsReadOnly { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsReadOnly { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

属性值

如果 true 为只读,则为 DbConnectionStringBuilder;否则为 false。 默认值为 false

实现

属性

注解

只读集合不允许在创建集合后添加、删除或修改元素。

只读集合只是具有阻止修改集合的包装器的集合;因此,如果对基础集合进行了更改,只读集合将反映这些更改。

适用于

另请参阅