共用方式為


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