共用方式為


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 命名空間