ISql90UserDefinedType.Properties 属性

获取此类型的 SQL CLR 属性列表。

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

语法

声明
ReadOnly Property Properties As IList(Of ISql90ClrProperty)
    Get
IList<ISql90ClrProperty> Properties { get; }
property IList<ISql90ClrProperty^>^ Properties {
    IList<ISql90ClrProperty^>^ get ();
}
abstract Properties : IList<ISql90ClrProperty>
function get Properties () : IList<ISql90ClrProperty>

属性值

类型:System.Collections.Generic.IList<ISql90ClrProperty>

.NET Framework 安全性

请参见

参考

ISql90UserDefinedType 接口

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