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来指示属性应不可见。

适用于

另请参阅