VSDBToolsOptionsSettingAttribute.Name 属性

为设置获取或设置自定义名称。

命名空间:  Microsoft.Data.Schema.Tools.Settings.Internal
程序集:  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
将属性序列化后属性值的名称。默认为其所应用于的属性的名称。

.NET Framework 安全性

请参见

参考

VSDBToolsOptionsSettingAttribute 类

Microsoft.Data.Schema.Tools.Settings.Internal 命名空间