ColumnConfigAnnotation.OutputKey 属性

获取或设置输出键。

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

语法

声明
Public Property OutputKey As String
    Get
    Set
public string OutputKey { get; set; }
public:
property String^ OutputKey {
    String^ get ();
    void set (String^ value);
}
member OutputKey : string with get, set
function get OutputKey () : String
function set OutputKey (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

ColumnConfigAnnotation 类

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