EntityConnectionStringBuilder.IsFixedSize 属性

定义

获取一个值,该值指示 EntityConnectionStringBuilder 是否具有固定大小。Gets a value that indicates whether the EntityConnectionStringBuilder has a fixed size.

public:
 virtual property bool IsFixedSize { bool get(); };
public override bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public Overrides ReadOnly Property IsFixedSize As Boolean

属性值

Boolean

true 在每种情况下,因为 EntityConnectionStringBuilder 提供固定大小的关键字/值对集合。true in every case, because the EntityConnectionStringBuilder supplies a fixed-size collection of keyword/value pairs.

适用于