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

속성 값

SqlConnectionStringBuilder가 고정 크기의 키/값 쌍 컬렉션을 제공하기 때문에 항상 true입니다.

적용 대상

추가 정보