ColumnConfigAnnotation.GeneratorExtensionHandleXml 属性

获取或设置扩展句柄字符串。

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

语法

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

属性值

类型:System.String
句柄。

.NET Framework 安全性

请参见

参考

ColumnConfigAnnotation 类

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