共用方式為


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 命名空間