InputAttribute.ReadOnly 属性

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

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

语法

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

属性值

类型:System.Boolean
如果属性在**“属性”**窗口中为只读,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

InputAttribute 类

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