OutputDescriptor.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
输出的友好名称。

备注

该名称出现在**“属性”窗口上的“生成器输出”**列中。

.NET Framework 安全性

请参见

参考

OutputDescriptor 类

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