InputAttribute.Name 属性

输入特性的名称。

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

语法

声明
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

属性值

类型:System.String
默认设计器将友好名称设置为属性名称。Visual Studio 数据库功能的设计器是对默认设计器的扩展,它将此名称设置为默认设计器名称。

.NET Framework 安全性

请参见

参考

InputAttribute 类

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