DbConnectionStringBuilder.IDictionary.IsFixedSize 属性
定义
获取一个值,该值指示 IDictionary 对象是否具有固定大小。Gets a value indicating whether the IDictionary object has a fixed size.
property bool System::Collections::IDictionary::IsFixedSize { bool get(); };
bool System.Collections.IDictionary.IsFixedSize { get; }
member this.System.Collections.IDictionary.IsFixedSize : bool
ReadOnly Property IsFixedSize As Boolean Implements IDictionary.IsFixedSize
属性值
如果 IDictionary 对象具有固定大小,则为 true
;否则为 false
。true
if the IDictionary object has a fixed size; otherwise, false
.