InputAttribute.Visible 属性

获取或设置一个指示此输入属性是否在**“属性”**窗口中显示的值。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
Public Property Visible As Boolean
    Get
    Set
public bool Visible { get; set; }
public:
property bool Visible {
    bool get ();
    void set (bool value);
}
member Visible : bool with get, set
function get Visible () : boolean
function set Visible (value : boolean)

属性值

类型:System.Boolean
如果输入属性显示在**“属性”**窗口中,则为 true;否则为 false。默认值为 true。

.NET Framework 安全性

请参见

参考

InputAttribute 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间