DbConnectionStringBuilder.BrowsableConnectionString 속성

정의

ConnectionString 속성이 Visual Studio 디자이너에서 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool BrowsableConnectionString { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool BrowsableConnectionString { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BrowsableConnectionString : bool with get, set
Public Property BrowsableConnectionString As Boolean

속성 값

연결 문자열이 디자이너 내에 표시되는 경우 true이고, 그러지 않은 경우 false입니다. 기본값은 true입니다.

특성

설명

클래스를 활용하는 디자이너를 만드는 개발자는 디자이너의 DbConnectionStringBuilder 속성 그리드 내에서 연결 문자열 표시하거나 보이지 않게 만들 수 있어야 합니다. BrowsableConnectionString 이 속성을 사용하면 개발자가 속성을 로 설정하여 속성을 false볼 수 없음을 나타낼 수 있습니다.

적용 대상

추가 정보