共用方式為


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 命名空間