SqlCommand.DesignTimeVisible 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示命令对象是否应在 Windows 窗体设计器控件中可见。
public:
virtual property bool DesignTimeVisible { bool get(); void set(bool value); };
public:
property bool DesignTimeVisible { bool get(); void set(bool value); };
public override bool DesignTimeVisible { get; set; }
[System.ComponentModel.Browsable(false)]
public bool DesignTimeVisible { get; set; }
[System.ComponentModel.Browsable(false)]
public override bool DesignTimeVisible { get; set; }
member this.DesignTimeVisible : bool with get, set
[<System.ComponentModel.Browsable(false)>]
member this.DesignTimeVisible : bool with get, set
Public Overrides Property DesignTimeVisible As Boolean
Public Property DesignTimeVisible As Boolean
属性值
一个指示命令对象是否应在控件中可见的值。 默认值为 true
。
- 属性