InputDescriptor.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 安全性

请参见

参考

InputDescriptor 类

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