OutputDescriptor.DBTypeExtension 属性

获取或设置数据库类型扩展属性。

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

语法

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

属性值

类型:System.Type
扩展的类型。

.NET Framework 安全性

请参见

参考

OutputDescriptor 类

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