SqlPotentialElementDescriptor.ClrParts 属性

获取描述符名称中属于 CLR 属性/函数的部分。

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

语法

声明
Public ReadOnly Property ClrParts As ReadOnlyCollection(Of SqlClrPart)
    Get
public ReadOnlyCollection<SqlClrPart> ClrParts { get; }
public:
property ReadOnlyCollection<SqlClrPart>^ ClrParts {
    ReadOnlyCollection<SqlClrPart>^ get ();
}
member ClrParts : ReadOnlyCollection<SqlClrPart>
function get ClrParts () : ReadOnlyCollection<SqlClrPart>

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<SqlClrPart>

.NET Framework 安全性

请参见

参考

SqlPotentialElementDescriptor 类

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