SqlConnectionStringBuilder.IsFixedSize 属性

定义

获取一个值,该值指示 SqlConnectionStringBuilder 是否具有固定大小。

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,因为 SqlConnectionStringBuilder 提供固定大小的键/值对集合。

适用于

另请参阅