获取或设置用户定义类型所基于的内置类型。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。