共用方式為


InputDescriptor.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。

.NET Framework 安全性

請參閱

參考

InputDescriptor 類別

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