OutputDescriptor.Key 属性

获取或设置唯一标识输出的键。

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

语法

声明
Public ReadOnly Property Key As String
    Get
public string Key { get; }
public:
property String^ Key {
    String^ get ();
}
member Key : string
function get Key () : String

属性值

类型:System.String
输出的键。

备注

数据生成器使用此键来维护由输出值组成的字典。

.NET Framework 安全性

请参见

参考

OutputDescriptor 类

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