ISqlUserDefinedDataType.Type 属性

获取或设置用户定义类型所基于的内置类型。

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

语法

声明
Property Type As ISqlBuiltInType
    Get
    Set
ISqlBuiltInType Type { get; set; }
property ISqlBuiltInType^ Type {
    ISqlBuiltInType^ get ();
    void set (ISqlBuiltInType^ value);
}
abstract Type : ISqlBuiltInType with get, set
function get Type () : ISqlBuiltInType
function set Type (value : ISqlBuiltInType)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISqlBuiltInType

.NET Framework 安全性

请参见

参考

ISqlUserDefinedDataType 接口

Type 重载

Microsoft.Data.Schema.Sql.SchemaModel 命名空间